Html Css Color HEX #14408C Dark Cerulean

📋 copy color: '#14408C'

red 20 ◦ green 64 ◦ blue 140

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

Shades of Dark Cerulean #14408C

Tints of Dark Cerulean #14408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.57%

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 8.93%
G = 28.57%
B = 62.5%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14408C (or 0x14408C) is known color: Dark Cerulean. HEX triplet: 14, 40 and 8C. RGB value is (20,64,140). Sum of RGB (Red+Green+Blue) = 20+64+140=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #14408C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14408C is #EBBF73. Grayscale: #3B3B3B. Windows color (decimal): -15449972 or 9191444. OLE color: 9191444.

HSL color Cylindrical-coordinate representation of color #14408C: hue angle of 218º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14408C is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 64 140 -
CMYK 0.86 0.54 0 0.45
HSL 218º 0.75% 0.31% -
HSV(B) 218º 0.86% 0.55% -
XYZ 6.86 5.71 25.55 -
YUV 59.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 20 64 140 0.86 0.54 0 0.45 218 0.75 0.31
Hex 14 40 8C 56 36 0 2D DA 4B 1F
Octal 24 100 214 126 66 0 55 332 113 37
Binary 10100 1000000 10001100 1010110 110110 0 101101 11011010 1001011 11111

Color Harmonies of #14408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14408C

Black with #14408C

Text Example


Text Example

White with #14408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,64,140); }

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

background-color css

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

 a { background-color: rgb(20,64,140); }

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

border-color css

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

 span { border-color: rgb(20,64,140); }

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