Html Css Color HEX #14518A Dark Cerulean

📋 copy color: '#14518A'

red 20 ◦ green 81 ◦ blue 138

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

Shades of Dark Cerulean #14518A

Tints of Dark Cerulean #14518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.89%

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

R = 8.37%
G = 33.89%
B = 57.74%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#14518A (or 0x14518A) is known color: Dark Cerulean. HEX triplet: 14, 51 and 8A. RGB value is (20,81,138). Sum of RGB (Red+Green+Blue) = 20+81+138=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #14518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14518A is #EBAE75. Grayscale: #444444. Windows color (decimal): -15445622 or 9064724. OLE color: 9064724.

HSL color Cylindrical-coordinate representation of color #14518A: hue angle of 208.98º 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 #14518A is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 81 138 -
CMYK 0.86 0.41 0 0.46
HSL 208.98º 0.75% 0.31% -
HSV(B) 208.98º 0.86% 0.54% -
XYZ 7.82 7.87 25.15 -
YUV 69.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 20 81 138 0.86 0.41 0 0.46 208.98 0.75 0.31
Hex 14 51 8A 56 29 0 2E D1 4B 1F
Octal 24 121 212 126 51 0 56 321 113 37
Binary 10100 1010001 10001010 1010110 101001 0 101110 11010001 1001011 11111

Color Harmonies of #14518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14518A

Black with #14518A

Text Example


Text Example

White with #14518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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