Html Css Color HEX #14498E Dark Cerulean

📋 copy color: '#14498E'

red 20 ◦ green 73 ◦ blue 142

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

Shades of Dark Cerulean #14498E

Tints of Dark Cerulean #14498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 60.43%

R = 8.51%
G = 31.06%
B = 60.43%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14498E (or 0x14498E) is known color: Dark Cerulean. HEX triplet: 14, 49 and 8E. RGB value is (20,73,142). Sum of RGB (Red+Green+Blue) = 20+73+142=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #14498E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14498E is #EBB671. Grayscale: #404040. Windows color (decimal): -15447666 or 9324820. OLE color: 9324820.

HSL color Cylindrical-coordinate representation of color #14498E: hue angle of 213.93º 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 #14498E is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 73 142 -
CMYK 0.86 0.49 0 0.44
HSL 213.93º 0.75% 0.32% -
HSV(B) 213.93º 0.86% 0.56% -
XYZ 7.55 6.87 26.52 -
YUV 65.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 20 73 142 0.86 0.49 0 0.44 213.93 0.75 0.32
Hex 14 49 8E 56 31 0 2C D6 4B 20
Octal 24 111 216 126 61 0 54 326 113 40
Binary 10100 1001001 10001110 1010110 110001 0 101100 11010110 1001011 100000

Color Harmonies of #14498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14498E

Black with #14498E

Text Example


Text Example

White with #14498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14498E; }

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

 H1.HeaderClassName
 {
   color: #14498E;
 }
 .AnyTagClassName
 {
   color: #14498E;
 }
</style>

background-color css

<style>
 a { background-color: #14498E; }

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

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

border-color css

<style>
 span { border-color: #14498E; }

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

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