Html Css Color HEX #15458C Dark Cerulean

📋 copy color: '#15458C'

red 21 ◦ green 69 ◦ blue 140

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

Shades of Dark Cerulean #15458C

Tints of Dark Cerulean #15458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

 BLUE value IS 140 (55.08% from 255) = 60.87%

R = 9.13%
G = 30%
B = 60.87%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15458C (or 0x15458C) is known color: Dark Cerulean. HEX triplet: 15, 45 and 8C. RGB value is (21,69,140). Sum of RGB (Red+Green+Blue) = 21+69+140=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #15458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15458C is #EABA73. Grayscale: #3E3E3E. Windows color (decimal): -15383156 or 9192725. OLE color: 9192725.

HSL color Cylindrical-coordinate representation of color #15458C: hue angle of 215.8º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15458C is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 69 140 -
CMYK 0.85 0.51 0 0.45
HSL 215.8º 0.74% 0.32% -
HSV(B) 215.8º 0.85% 0.55% -
XYZ 7.17 6.31 25.65 -
YUV 62.74 171.6 98.23 -
System Red Green Blue C M Y K H S L
Decimal 21 69 140 0.85 0.51 0 0.45 215.8 0.74 0.32
Hex 15 45 8C 55 33 0 2D D8 4A 20
Octal 25 105 214 125 63 0 55 330 112 40
Binary 10101 1000101 10001100 1010101 110011 0 101101 11011000 1001010 100000

Color Harmonies of #15458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15458C

Black with #15458C

Text Example


Text Example

White with #15458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15458C; }

 p { color: rgb(21,69,140); }

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

background-color css

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

 a { background-color: rgb(21,69,140); }

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

border-color css

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

 span { border-color: rgb(21,69,140); }

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