Html Css Color HEX #14447C Dark Cerulean

📋 copy color: '#14447C'

red 20 ◦ green 68 ◦ blue 124

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

Shades of Dark Cerulean #14447C

Tints of Dark Cerulean #14447C

RGB

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

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

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

R = 9.43%
G = 32.08%
B = 58.49%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14447C (or 0x14447C) is known color: Dark Cerulean. HEX triplet: 14, 44 and 7C. RGB value is (20,68,124). Sum of RGB (Red+Green+Blue) = 20+68+124=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #14447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14447C is #EBBB83. Grayscale: #3B3B3B. Windows color (decimal): -15448964 or 8143892. OLE color: 8143892.

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

Color convert

RGB 20 68 124 -
CMYK 0.84 0.45 0 0.51
HSL 212.31º 0.72% 0.28% -
HSV(B) 212.31º 0.84% 0.49% -
XYZ 5.99 5.74 19.86 -
YUV 60.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 20 68 124 0.84 0.45 0 0.51 212.31 0.72 0.28
Hex 14 44 7C 54 2D 0 33 D4 48 1C
Octal 24 104 174 124 55 0 63 324 110 34
Binary 10100 1000100 1111100 1010100 101101 0 110011 11010100 1001000 11100

Color Harmonies of #14447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14447C

Black with #14447C

Text Example


Text Example

White with #14447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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