Html Css Color HEX #154290 Dark Cerulean

📋 copy color: '#154290'

red 21 ◦ green 66 ◦ blue 144

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

Shades of Dark Cerulean #154290

Tints of Dark Cerulean #154290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

 BLUE value IS 144 (56.64% from 255) = 62.34%

R = 9.09%
G = 28.57%
B = 62.34%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#154290 (or 0x154290) is known color: Dark Cerulean. HEX triplet: 15, 42 and 90. RGB value is (21,66,144). Sum of RGB (Red+Green+Blue) = 21+66+144=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #154290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154290 is #EABD6F. Grayscale: #3D3D3D. Windows color (decimal): -15383920 or 9454101. OLE color: 9454101.

HSL color Cylindrical-coordinate representation of color #154290: hue angle of 218.05º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154290 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 66 144 -
CMYK 0.85 0.54 0 0.44
HSL 218.05º 0.75% 0.32% -
HSV(B) 218.05º 0.85% 0.56% -
XYZ 7.29 6.07 27.17 -
YUV 61.44 174.59 99.16 -
System Red Green Blue C M Y K H S L
Decimal 21 66 144 0.85 0.54 0 0.44 218.05 0.75 0.32
Hex 15 42 90 55 36 0 2C DA 4B 20
Octal 25 102 220 125 66 0 54 332 113 40
Binary 10101 1000010 10010000 1010101 110110 0 101100 11011010 1001011 100000

Color Harmonies of #154290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154290

Black with #154290

Text Example


Text Example

White with #154290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154290; }

 p { color: rgb(21,66,144); }

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

background-color css

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

 a { background-color: rgb(21,66,144); }

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

border-color css

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

 span { border-color: rgb(21,66,144); }

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