Html Css Color HEX #154890 Dark Cerulean

📋 copy color: '#154890'

red 21 ◦ green 72 ◦ blue 144

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

Shades of Dark Cerulean #154890

Tints of Dark Cerulean #154890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

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

R = 8.86%
G = 30.38%
B = 60.76%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#154890 (or 0x154890) is known color: Dark Cerulean. HEX triplet: 15, 48 and 90. RGB value is (21,72,144). Sum of RGB (Red+Green+Blue) = 21+72+144=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #154890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154890 is #EAB76F. Grayscale: #404040. Windows color (decimal): -15382384 or 9455637. OLE color: 9455637.

HSL color Cylindrical-coordinate representation of color #154890: hue angle of 215.12º 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 #154890 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 72 144 -
CMYK 0.85 0.50 0 0.44
HSL 215.12º 0.75% 0.32% -
HSV(B) 215.12º 0.85% 0.56% -
XYZ 7.66 6.81 27.3 -
YUV 64.96 172.6 96.65 -
System Red Green Blue C M Y K H S L
Decimal 21 72 144 0.85 0.50 0 0.44 215.12 0.75 0.32
Hex 15 48 90 55 32 0 2C D7 4B 20
Octal 25 110 220 125 62 0 54 327 113 40
Binary 10101 1001000 10010000 1010101 110010 0 101100 11010111 1001011 100000

Color Harmonies of #154890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154890

Black with #154890

Text Example


Text Example

White with #154890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154890; }

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

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

background-color css

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

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

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

border-color css

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

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

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