Html Css Color HEX #14447F Dark Cerulean

📋 copy color: '#14447F'

red 20 ◦ green 68 ◦ blue 127

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

Shades of Dark Cerulean #14447F

Tints of Dark Cerulean #14447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

 BLUE value IS 127 (50% from 255) = 59.07%

R = 9.3%
G = 31.63%
B = 59.07%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14447F (or 0x14447F) is known color: Dark Cerulean. HEX triplet: 14, 44 and 7F. RGB value is (20,68,127). Sum of RGB (Red+Green+Blue) = 20+68+127=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #14447F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14447F is #EBBB80. Grayscale: #3C3C3C. Windows color (decimal): -15448961 or 8340500. OLE color: 8340500.

HSL color Cylindrical-coordinate representation of color #14447F: hue angle of 213.08º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14447F is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 68 127 -
CMYK 0.84 0.46 0 0.50
HSL 213.08º 0.73% 0.29% -
HSV(B) 213.08º 0.84% 0.5% -
XYZ 6.19 5.82 20.88 -
YUV 60.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 20 68 127 0.84 0.46 0 0.50 213.08 0.73 0.29
Hex 14 44 7F 54 2E 0 32 D5 49 1D
Octal 24 104 177 124 56 0 62 325 111 35
Binary 10100 1000100 1111111 1010100 101110 0 110010 11010101 1001001 11101

Color Harmonies of #14447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14447F

Black with #14447F

Text Example


Text Example

White with #14447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14447F; }

 p { color: rgb(20,68,127); }

 H1.HeaderClassName
 {
   color: #14447F;
 }
 .AnyTagClassName
 {
   color: #14447F;
 }
</style>

background-color css

<style>
 a { background-color: #14447F; }

 a { background-color: rgb(20,68,127); }

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

border-color css

<style>
 span { border-color: #14447F; }

 span { border-color: rgb(20,68,127); }

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