#154692

Color #154692 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #154692

Tints of Dark Cerulean #154692

Color information

#154692 (or 0x154692) is unknown color: approx Dark Cerulean. HEX triplet: 15, 46 and 92. RGB value is (21,70,146). Sum of RGB (Red+Green+Blue) = 21+70+146=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #154692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154692 is #EAB96D. Grayscale: #3F3F3F. Windows color (decimal): -15382894 or 9586197. OLE color: 9586197.

HSL color Cylindrical-coordinate representation of color #154692: hue angle of 216.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154692 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2170146-
CMYK0.860.5200.43
HSL216.48º74.85%32.75%-
HSV(B)216.48º85.62%57.25%-
XYZ7.696.6228.07-
YUV64.01174.2797.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=8.86%
G=29.54%
B=61.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21701460.860.5200.43216.4874.8532.75
Hex154692563402Bd84b21
Octal251062221266405333011341
Binary1010110001101001001010101101101000101011110110001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154692; }

 p { color: rgb(21,70,146); }

 H1.HeaderClassName
 {
   color: #154692;
 }
 .AnyTagClassName
 {
   color: #154692;
 }
</style>
background-color css

<style>
 a { background-color: #154692; }

 a { background-color: rgb(21,70,146); }

 div.DivClassName
 {
   background-color: #154692;
 }
 .BgClassName
 {
   background-color: #154692;
 }
</style>
border-color css

<style>
 span { border-color: #154692; }

 span { border-color: rgb(21,70,146); }

 td.TdClassName
 {
   border-color: #154692;
 }
 .TagClassName
 {
   border-color: #154692;
 }
</style>