Html Css Color HEX #154285 Dark Cerulean

📋 copy color: '#154285'

red 21 ◦ green 66 ◦ blue 133

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

Shades of Dark Cerulean #154285

Tints of Dark Cerulean #154285

RGB

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

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

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

R = 9.55%
G = 30%
B = 60.45%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#154285 (or 0x154285) is known color: Dark Cerulean. HEX triplet: 15, 42 and 85. RGB value is (21,66,133). Sum of RGB (Red+Green+Blue) = 21+66+133=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #154285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154285 is #EABD7A. Grayscale: #3B3B3B. Windows color (decimal): -15383931 or 8733205. OLE color: 8733205.

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

Color convert

RGB 21 66 133 -
CMYK 0.84 0.50 0 0.48
HSL 215.89º 0.73% 0.3% -
HSV(B) 215.89º 0.84% 0.52% -
XYZ 6.49 5.75 22.96 -
YUV 60.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 21 66 133 0.84 0.50 0 0.48 215.89 0.73 0.3
Hex 15 42 85 54 32 0 30 D8 49 1E
Octal 25 102 205 124 62 0 60 330 111 36
Binary 10101 1000010 10000101 1010100 110010 0 110000 11011000 1001001 11110

Color Harmonies of #154285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154285

Black with #154285

Text Example


Text Example

White with #154285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154285; }

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

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

background-color css

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

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

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

border-color css

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

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

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