Html Css Color HEX #14408F Dark Cerulean

📋 copy color: '#14408F'

red 20 ◦ green 64 ◦ blue 143

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

Shades of Dark Cerulean #14408F

Tints of Dark Cerulean #14408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63%

R = 8.81%
G = 28.19%
B = 63%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14408F (or 0x14408F) is known color: Dark Cerulean. HEX triplet: 14, 40 and 8F. RGB value is (20,64,143). Sum of RGB (Red+Green+Blue) = 20+64+143=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #14408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14408F is #EBBF70. Grayscale: #3B3B3B. Windows color (decimal): -15449969 or 9388052. OLE color: 9388052.

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

Color convert

RGB 20 64 143 -
CMYK 0.86 0.55 0 0.44
HSL 218.54º 0.75% 0.32% -
HSV(B) 218.54º 0.86% 0.56% -
XYZ 7.08 5.8 26.73 -
YUV 59.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 20 64 143 0.86 0.55 0 0.44 218.54 0.75 0.32
Hex 14 40 8F 56 37 0 2C DB 4B 20
Octal 24 100 217 126 67 0 54 333 113 40
Binary 10100 1000000 10001111 1010110 110111 0 101100 11011011 1001011 100000

Color Harmonies of #14408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14408F

Black with #14408F

Text Example


Text Example

White with #14408F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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