Html Css Color HEX #14496C Dark Cerulean

📋 copy color: '#14496C'

red 20 ◦ green 73 ◦ blue 108

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

Shades of Dark Cerulean #14496C

Tints of Dark Cerulean #14496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 108 (42.58% from 255) = 53.73%

R = 9.95%
G = 36.32%
B = 53.73%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14496C (or 0x14496C) is known color: Dark Cerulean. HEX triplet: 14, 49 and 6C. RGB value is (20,73,108). Sum of RGB (Red+Green+Blue) = 20+73+108=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #14496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14496C is #EBB693. Grayscale: #3C3C3C. Windows color (decimal): -15447700 or 7096596. OLE color: 7096596.

HSL color Cylindrical-coordinate representation of color #14496C: hue angle of 203.86º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14496C is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 73 108 -
CMYK 0.81 0.32 0 0.58
HSL 203.86º 0.69% 0.25% -
HSV(B) 203.86º 0.81% 0.42% -
XYZ 5.38 6 15.06 -
YUV 61.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 20 73 108 0.81 0.32 0 0.58 203.86 0.69 0.25
Hex 14 49 6C 51 20 0 3A CC 45 19
Octal 24 111 154 121 40 0 72 314 105 31
Binary 10100 1001001 1101100 1010001 100000 0 111010 11001100 1000101 11001

Color Harmonies of #14496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14496C

Black with #14496C

Text Example


Text Example

White with #14496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,73,108); }

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

background-color css

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

 a { background-color: rgb(20,73,108); }

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

border-color css

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

 span { border-color: rgb(20,73,108); }

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