Html Css Color HEX #154D84 Dark Cerulean

📋 copy color: '#154D84'

red 21 ◦ green 77 ◦ blue 132

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

Shades of Dark Cerulean #154D84

Tints of Dark Cerulean #154D84

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

 BLUE value IS 132 (51.95% from 255) = 57.39%

R = 9.13%
G = 33.48%
B = 57.39%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#154D84 (or 0x154D84) is known color: Dark Cerulean. HEX triplet: 15, 4D and 84. RGB value is (21,77,132). Sum of RGB (Red+Green+Blue) = 21+77+132=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #154D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D84 is #EAB27B. Grayscale: #424242. Windows color (decimal): -15381116 or 8670485. OLE color: 8670485.

HSL color Cylindrical-coordinate representation of color #154D84: hue angle of 209.73º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154D84 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 77 132 -
CMYK 0.84 0.42 0 0.48
HSL 209.73º 0.73% 0.3% -
HSV(B) 209.73º 0.84% 0.52% -
XYZ 7.13 7.13 22.83 -
YUV 66.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 21 77 132 0.84 0.42 0 0.48 209.73 0.73 0.3
Hex 15 4D 84 54 2A 0 30 D2 49 1E
Octal 25 115 204 124 52 0 60 322 111 36
Binary 10101 1001101 10000100 1010100 101010 0 110000 11010010 1001001 11110

Color Harmonies of #154D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D84

Black with #154D84

Text Example


Text Example

White with #154D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154D84; }

 p { color: rgb(21,77,132); }

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

background-color css

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

 a { background-color: rgb(21,77,132); }

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

border-color css

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

 span { border-color: rgb(21,77,132); }

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