Html Css Color HEX #14427C Dark Cerulean

📋 copy color: '#14427C'

red 20 ◦ green 66 ◦ blue 124

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

Shades of Dark Cerulean #14427C

Tints of Dark Cerulean #14427C

RGB

 RED value IS 20 (8.2% from 255) = 9.52%

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

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

R = 9.52%
G = 31.43%
B = 59.05%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14427C (or 0x14427C) is known color: Dark Cerulean. HEX triplet: 14, 42 and 7C. RGB value is (20,66,124). Sum of RGB (Red+Green+Blue) = 20+66+124=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #14427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14427C is #EBBD83. Grayscale: #3A3A3A. Windows color (decimal): -15449476 or 8143380. OLE color: 8143380.

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

Color convert

RGB 20 66 124 -
CMYK 0.84 0.47 0 0.51
HSL 213.46º 0.72% 0.28% -
HSV(B) 213.46º 0.84% 0.49% -
XYZ 5.87 5.5 19.82 -
YUV 58.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 20 66 124 0.84 0.47 0 0.51 213.46 0.72 0.28
Hex 14 42 7C 54 2F 0 33 D5 48 1C
Octal 24 102 174 124 57 0 63 325 110 34
Binary 10100 1000010 1111100 1010100 101111 0 110011 11010101 1001000 11100

Color Harmonies of #14427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14427C

Black with #14427C

Text Example


Text Example

White with #14427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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