Html Css Color HEX #15468C Dark Cerulean

📋 copy color: '#15468C'

red 21 ◦ green 70 ◦ blue 140

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

Shades of Dark Cerulean #15468C

Tints of Dark Cerulean #15468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 9.09%
G = 30.3%
B = 60.61%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15468C (or 0x15468C) is known color: Dark Cerulean. HEX triplet: 15, 46 and 8C. RGB value is (21,70,140). Sum of RGB (Red+Green+Blue) = 21+70+140=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #15468C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15468C is #EAB973. Grayscale: #3E3E3E. Windows color (decimal): -15382900 or 9192981. OLE color: 9192981.

HSL color Cylindrical-coordinate representation of color #15468C: hue angle of 215.29º 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 #15468C is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 70 140 -
CMYK 0.85 0.50 0 0.45
HSL 215.29º 0.74% 0.32% -
HSV(B) 215.29º 0.85% 0.55% -
XYZ 7.23 6.43 25.67 -
YUV 63.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 21 70 140 0.85 0.50 0 0.45 215.29 0.74 0.32
Hex 15 46 8C 55 32 0 2D D7 4A 20
Octal 25 106 214 125 62 0 55 327 112 40
Binary 10101 1000110 10001100 1010101 110010 0 101101 11010111 1001010 100000

Color Harmonies of #15468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15468C

Black with #15468C

Text Example


Text Example

White with #15468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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