Html Css Color HEX #154C85 Dark Cerulean

📋 copy color: '#154C85'

red 21 ◦ green 76 ◦ blue 133

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

Shades of Dark Cerulean #154C85

Tints of Dark Cerulean #154C85

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

 BLUE value IS 133 (52.34% from 255) = 57.83%

R = 9.13%
G = 33.04%
B = 57.83%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#154C85 (or 0x154C85) is known color: Dark Cerulean. HEX triplet: 15, 4C and 85. RGB value is (21,76,133). Sum of RGB (Red+Green+Blue) = 21+76+133=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #154C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154C85 is #EAB37A. Grayscale: #414141. Windows color (decimal): -15381371 or 8735765. OLE color: 8735765.

HSL color Cylindrical-coordinate representation of color #154C85: hue angle of 210.54º 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 #154C85 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 76 133 -
CMYK 0.84 0.43 0 0.48
HSL 210.54º 0.73% 0.3% -
HSV(B) 210.54º 0.84% 0.52% -
XYZ 7.13 7.02 23.17 -
YUV 66.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 21 76 133 0.84 0.43 0 0.48 210.54 0.73 0.3
Hex 15 4C 85 54 2B 0 30 D3 49 1E
Octal 25 114 205 124 53 0 60 323 111 36
Binary 10101 1001100 10000101 1010100 101011 0 110000 11010011 1001001 11110

Color Harmonies of #154C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C85

Black with #154C85

Text Example


Text Example

White with #154C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,76,133); }

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

background-color css

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

 a { background-color: rgb(21,76,133); }

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

border-color css

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

 span { border-color: rgb(21,76,133); }

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