Html Css Color HEX #15427E Dark Cerulean

📋 copy color: '#15427E'

red 21 ◦ green 66 ◦ blue 126

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

Shades of Dark Cerulean #15427E

Tints of Dark Cerulean #15427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 59.15%

R = 9.86%
G = 30.99%
B = 59.15%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15427E (or 0x15427E) is known color: Dark Cerulean. HEX triplet: 15, 42 and 7E. RGB value is (21,66,126). Sum of RGB (Red+Green+Blue) = 21+66+126=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #15427E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15427E is #EABD81. Grayscale: #3B3B3B. Windows color (decimal): -15383938 or 8274453. OLE color: 8274453.

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

Color convert

RGB 21 66 126 -
CMYK 0.83 0.48 0 0.51
HSL 214.29º 0.71% 0.29% -
HSV(B) 214.29º 0.83% 0.49% -
XYZ 6.02 5.56 20.49 -
YUV 59.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 21 66 126 0.83 0.48 0 0.51 214.29 0.71 0.29
Hex 15 42 7E 53 30 0 33 D6 47 1D
Octal 25 102 176 123 60 0 63 326 107 35
Binary 10101 1000010 1111110 1010011 110000 0 110011 11010110 1000111 11101

Color Harmonies of #15427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15427E

Black with #15427E

Text Example


Text Example

White with #15427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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