Html Css Color HEX #15427C Dark Cerulean

📋 copy color: '#15427C'

red 21 ◦ green 66 ◦ blue 124

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

Shades of Dark Cerulean #15427C

Tints of Dark Cerulean #15427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 9.95%
G = 31.28%
B = 58.77%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15427C (or 0x15427C) is known color: Dark Cerulean. HEX triplet: 15, 42 and 7C. RGB value is (21,66,124). Sum of RGB (Red+Green+Blue) = 21+66+124=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #15427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15427C is #EABD83. Grayscale: #3A3A3A. Windows color (decimal): -15383940 or 8143381. OLE color: 8143381.

HSL color Cylindrical-coordinate representation of color #15427C: hue angle of 213.79º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15427C is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 66 124 -
CMYK 0.83 0.47 0 0.51
HSL 213.79º 0.71% 0.28% -
HSV(B) 213.79º 0.83% 0.49% -
XYZ 5.9 5.51 19.82 -
YUV 59.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 21 66 124 0.83 0.47 0 0.51 213.79 0.71 0.28
Hex 15 42 7C 53 2F 0 33 D6 47 1C
Octal 25 102 174 123 57 0 63 326 107 34
Binary 10101 1000010 1111100 1010011 101111 0 110011 11010110 1000111 11100

Color Harmonies of #15427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15427C

Black with #15427C

Text Example


Text Example

White with #15427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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