Html Css Color HEX #154995 Dark Cerulean

📋 copy color: '#154995'

red 21 ◦ green 73 ◦ blue 149

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

Shades of Dark Cerulean #154995

Tints of Dark Cerulean #154995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.32%

R = 8.64%
G = 30.04%
B = 61.32%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#154995 (or 0x154995) is known color: Dark Cerulean. HEX triplet: 15, 49 and 95. RGB value is (21,73,149). Sum of RGB (Red+Green+Blue) = 21+73+149=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #154995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154995 is #EAB66A. Grayscale: #414141. Windows color (decimal): -15382123 or 9783573. OLE color: 9783573.

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

Color convert

RGB 21 73 149 -
CMYK 0.86 0.51 0 0.42
HSL 215.63º 0.75% 0.33% -
HSV(B) 215.63º 0.86% 0.58% -
XYZ 8.12 7.09 29.38 -
YUV 66.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 21 73 149 0.86 0.51 0 0.42 215.63 0.75 0.33
Hex 15 49 95 56 33 0 2A D8 4B 21
Octal 25 111 225 126 63 0 52 330 113 41
Binary 10101 1001001 10010101 1010110 110011 0 101010 11011000 1001011 100001

Color Harmonies of #154995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154995

Black with #154995

Text Example


Text Example

White with #154995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154995; }

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

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

background-color css

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

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

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

border-color css

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

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

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