Html Css Color HEX #14408A Dark Cerulean

📋 copy color: '#14408A'

red 20 ◦ green 64 ◦ blue 138

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

Shades of Dark Cerulean #14408A

Tints of Dark Cerulean #14408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 62.16%

R = 9.01%
G = 28.83%
B = 62.16%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#14408A (or 0x14408A) is known color: Dark Cerulean. HEX triplet: 14, 40 and 8A. RGB value is (20,64,138). Sum of RGB (Red+Green+Blue) = 20+64+138=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #14408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14408A is #EBBF75. Grayscale: #3A3A3A. Windows color (decimal): -15449974 or 9060372. OLE color: 9060372.

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

Color convert

RGB 20 64 138 -
CMYK 0.86 0.54 0 0.46
HSL 217.63º 0.75% 0.31% -
HSV(B) 217.63º 0.86% 0.54% -
XYZ 6.71 5.65 24.78 -
YUV 59.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 20 64 138 0.86 0.54 0 0.46 217.63 0.75 0.31
Hex 14 40 8A 56 36 0 2E DA 4B 1F
Octal 24 100 212 126 66 0 56 332 113 37
Binary 10100 1000000 10001010 1010110 110110 0 101110 11011010 1001011 11111

Color Harmonies of #14408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14408A

Black with #14408A

Text Example


Text Example

White with #14408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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