Html Css Color HEX #14427D Dark Cerulean

📋 copy color: '#14427D'

red 20 ◦ green 66 ◦ blue 125

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

Shades of Dark Cerulean #14427D

Tints of Dark Cerulean #14427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.24%

R = 9.48%
G = 31.28%
B = 59.24%

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

#14427D (or 0x14427D) is known color: Dark Cerulean. HEX triplet: 14, 42 and 7D. RGB value is (20,66,125). Sum of RGB (Red+Green+Blue) = 20+66+125=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #14427D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14427D is #EBBD82. Grayscale: #3A3A3A. Windows color (decimal): -15449475 or 8208916. OLE color: 8208916.

HSL color Cylindrical-coordinate representation of color #14427D: hue angle of 213.71º 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 #14427D is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 66 125 -
CMYK 0.84 0.47 0 0.51
HSL 213.71º 0.72% 0.28% -
HSV(B) 213.71º 0.84% 0.49% -
XYZ 5.94 5.53 20.16 -
YUV 58.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 20 66 125 0.84 0.47 0 0.51 213.71 0.72 0.28
Hex 14 42 7D 54 2F 0 33 D6 48 1C
Octal 24 102 175 124 57 0 63 326 110 34
Binary 10100 1000010 1111101 1010100 101111 0 110011 11010110 1001000 11100

Color Harmonies of #14427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14427D

Black with #14427D

Text Example


Text Example

White with #14427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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