Html Css Color HEX #14508E Dark Cerulean

📋 copy color: '#14508E'

red 20 ◦ green 80 ◦ blue 142

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

Shades of Dark Cerulean #14508E

Tints of Dark Cerulean #14508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

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

R = 8.26%
G = 33.06%
B = 58.68%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14508E (or 0x14508E) is known color: Dark Cerulean. HEX triplet: 14, 50 and 8E. RGB value is (20,80,142). Sum of RGB (Red+Green+Blue) = 20+80+142=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #14508E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14508E is #EBAF71. Grayscale: #444444. Windows color (decimal): -15445874 or 9326612. OLE color: 9326612.

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

Color convert

RGB 20 80 142 -
CMYK 0.86 0.44 0 0.44
HSL 210.49º 0.75% 0.32% -
HSV(B) 210.49º 0.86% 0.56% -
XYZ 8.04 7.84 26.68 -
YUV 69.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 20 80 142 0.86 0.44 0 0.44 210.49 0.75 0.32
Hex 14 50 8E 56 2C 0 2C D2 4B 20
Octal 24 120 216 126 54 0 54 322 113 40
Binary 10100 1010000 10001110 1010110 101100 0 101100 11010010 1001011 100000

Color Harmonies of #14508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14508E

Black with #14508E

Text Example


Text Example

White with #14508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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