Html Css Color HEX #154286 Dark Cerulean

📋 copy color: '#154286'

red 21 ◦ green 66 ◦ blue 134

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

Shades of Dark Cerulean #154286

Tints of Dark Cerulean #154286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

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

R = 9.5%
G = 29.86%
B = 60.63%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#154286 (or 0x154286) is known color: Dark Cerulean. HEX triplet: 15, 42 and 86. RGB value is (21,66,134). Sum of RGB (Red+Green+Blue) = 21+66+134=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #154286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154286 is #EABD79. Grayscale: #3B3B3B. Windows color (decimal): -15383930 or 8798741. OLE color: 8798741.

HSL color Cylindrical-coordinate representation of color #154286: hue angle of 216.11º 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 #154286 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 66 134 -
CMYK 0.84 0.51 0 0.47
HSL 216.11º 0.73% 0.3% -
HSV(B) 216.11º 0.84% 0.53% -
XYZ 6.56 5.78 23.32 -
YUV 60.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 21 66 134 0.84 0.51 0 0.47 216.11 0.73 0.3
Hex 15 42 86 54 33 0 2F D8 49 1E
Octal 25 102 206 124 63 0 57 330 111 36
Binary 10101 1000010 10000110 1010100 110011 0 101111 11011000 1001001 11110

Color Harmonies of #154286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154286

Black with #154286

Text Example


Text Example

White with #154286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154286; }

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

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

background-color css

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

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

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

border-color css

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

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

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