Html Css Color HEX #14508A Dark Cerulean

📋 copy color: '#14508A'

red 20 ◦ green 80 ◦ blue 138

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

Shades of Dark Cerulean #14508A

Tints of Dark Cerulean #14508A

RGB

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

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

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

R = 8.4%
G = 33.61%
B = 57.98%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#14508A (or 0x14508A) is known color: Dark Cerulean. HEX triplet: 14, 50 and 8A. RGB value is (20,80,138). Sum of RGB (Red+Green+Blue) = 20+80+138=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #14508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14508A is #EBAF75. Grayscale: #444444. Windows color (decimal): -15445878 or 9064468. OLE color: 9064468.

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

Color convert

RGB 20 80 138 -
CMYK 0.86 0.42 0 0.46
HSL 209.49º 0.75% 0.31% -
HSV(B) 209.49º 0.86% 0.54% -
XYZ 7.74 7.72 25.13 -
YUV 68.67 167.12 93.28 -
System Red Green Blue C M Y K H S L
Decimal 20 80 138 0.86 0.42 0 0.46 209.49 0.75 0.31
Hex 14 50 8A 56 2A 0 2E D1 4B 1F
Octal 24 120 212 126 52 0 56 321 113 37
Binary 10100 1010000 10001010 1010110 101010 0 101110 11010001 1001011 11111

Color Harmonies of #14508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14508A

Black with #14508A

Text Example


Text Example

White with #14508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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