Html Css Color HEX #14508C Dark Cerulean

📋 copy color: '#14508C'

red 20 ◦ green 80 ◦ blue 140

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

Shades of Dark Cerulean #14508C

Tints of Dark Cerulean #14508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.33%

R = 8.33%
G = 33.33%
B = 58.33%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14508C (or 0x14508C) is known color: Dark Cerulean. HEX triplet: 14, 50 and 8C. RGB value is (20,80,140). Sum of RGB (Red+Green+Blue) = 20+80+140=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #14508C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14508C is #EBAF73. Grayscale: #444444. Windows color (decimal): -15445876 or 9195540. OLE color: 9195540.

HSL color Cylindrical-coordinate representation of color #14508C: hue angle of 210º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14508C is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 80 140 -
CMYK 0.86 0.43 0 0.45
HSL 210º 0.75% 0.31% -
HSV(B) 210º 0.86% 0.55% -
XYZ 7.89 7.78 25.9 -
YUV 68.9 168.12 93.12 -
System Red Green Blue C M Y K H S L
Decimal 20 80 140 0.86 0.43 0 0.45 210 0.75 0.31
Hex 14 50 8C 56 2B 0 2D D2 4B 1F
Octal 24 120 214 126 53 0 55 322 113 37
Binary 10100 1010000 10001100 1010110 101011 0 101101 11010010 1001011 11111

Color Harmonies of #14508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14508C

Black with #14508C

Text Example


Text Example

White with #14508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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