Html Css Color HEX #154F86 Dark Cerulean

📋 copy color: '#154F86'

red 21 ◦ green 79 ◦ blue 134

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

Shades of Dark Cerulean #154F86

Tints of Dark Cerulean #154F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 57.26%

R = 8.97%
G = 33.76%
B = 57.26%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#154F86 (or 0x154F86) is known color: Dark Cerulean. HEX triplet: 15, 4F and 86. RGB value is (21,79,134). Sum of RGB (Red+Green+Blue) = 21+79+134=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #154F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154F86 is #EAB079. Grayscale: #434343. Windows color (decimal): -15380602 or 8802069. OLE color: 8802069.

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

Color convert

RGB 21 79 134 -
CMYK 0.84 0.41 0 0.47
HSL 209.2º 0.73% 0.3% -
HSV(B) 209.2º 0.84% 0.53% -
XYZ 7.41 7.47 23.61 -
YUV 67.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 21 79 134 0.84 0.41 0 0.47 209.2 0.73 0.3
Hex 15 4F 86 54 29 0 2F D1 49 1E
Octal 25 117 206 124 51 0 57 321 111 36
Binary 10101 1001111 10000110 1010100 101001 0 101111 11010001 1001001 11110

Color Harmonies of #154F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F86

Black with #154F86

Text Example


Text Example

White with #154F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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