Html Css Color HEX #154992 Dark Cerulean

📋 copy color: '#154992'

red 21 ◦ green 73 ◦ blue 146

#154992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #154992

Tints of Dark Cerulean #154992

RGB

 RED value IS 21 (8.59% from 255) = 8.75%

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 146 (57.42% from 255) = 60.83%

R = 8.75%
G = 30.42%
B = 60.83%

CMYK

 C value IS 0.86

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#154992 (or 0x154992) is known color: Dark Cerulean. HEX triplet: 15, 49 and 92. RGB value is (21,73,146). Sum of RGB (Red+Green+Blue) = 21+73+146=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #154992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154992 is #EAB66D. Grayscale: #414141. Windows color (decimal): -15382126 or 9586965. OLE color: 9586965.

HSL color Cylindrical-coordinate representation of color #154992: hue angle of 215.04º 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 #154992 is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 73 146 -
CMYK 0.86 0.5 0 0.43
HSL 215.04º 0.75% 0.33% -
HSV(B) 215.04º 0.86% 0.57% -
XYZ 7.88 7 28.13 -
YUV 65.77 173.27 96.06 -
System Red Green Blue C M Y K H S L
Decimal 21 73 146 0.86 0.5 0 0.43 215.04 0.75 0.33
Hex 15 49 92 56 32 0 2B D7 4B 21
Octal 25 111 222 126 62 0 53 327 113 41
Binary 10101 1001001 10010010 1010110 110010 0 101011 11010111 1001011 100001

Color Harmonies of #154992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154992

Black with #154992

Text Example


Text Example

White with #154992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154992; }

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

 H1.HeaderClassName
 {
   color: #154992;
 }
 .AnyTagClassName
 {
   color: #154992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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