Html Css Color HEX #154F85 Dark Cerulean

📋 copy color: '#154F85'

red 21 ◦ green 79 ◦ blue 133

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

Shades of Dark Cerulean #154F85

Tints of Dark Cerulean #154F85

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.91%

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

R = 9.01%
G = 33.91%
B = 57.08%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#154F85 (or 0x154F85) is known color: Dark Cerulean. HEX triplet: 15, 4F and 85. RGB value is (21,79,133). Sum of RGB (Red+Green+Blue) = 21+79+133=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #154F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154F85 is #EAB07A. Grayscale: #434343. Windows color (decimal): -15380603 or 8736533. OLE color: 8736533.

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

Color convert

RGB 21 79 133 -
CMYK 0.84 0.41 0 0.48
HSL 208.93º 0.73% 0.3% -
HSV(B) 208.93º 0.84% 0.52% -
XYZ 7.34 7.44 23.24 -
YUV 67.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 21 79 133 0.84 0.41 0 0.48 208.93 0.73 0.3
Hex 15 4F 85 54 29 0 30 D1 49 1E
Octal 25 117 205 124 51 0 60 321 111 36
Binary 10101 1001111 10000101 1010100 101001 0 110000 11010001 1001001 11110

Color Harmonies of #154F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F85

Black with #154F85

Text Example


Text Example

White with #154F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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