Html Css Color HEX #14517F Dark Cerulean

📋 copy color: '#14517F'

red 20 ◦ green 81 ◦ blue 127

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

Shades of Dark Cerulean #14517F

Tints of Dark Cerulean #14517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.7%

R = 8.77%
G = 35.53%
B = 55.7%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14517F (or 0x14517F) is known color: Dark Cerulean. HEX triplet: 14, 51 and 7F. RGB value is (20,81,127). Sum of RGB (Red+Green+Blue) = 20+81+127=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #14517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14517F is #EBAE80. Grayscale: #434343. Windows color (decimal): -15445633 or 8343828. OLE color: 8343828.

HSL color Cylindrical-coordinate representation of color #14517F: hue angle of 205.79º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14517F is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 81 127 -
CMYK 0.84 0.36 0 0.50
HSL 205.79º 0.73% 0.29% -
HSV(B) 205.79º 0.84% 0.5% -
XYZ 7.06 7.57 21.17 -
YUV 68.01 161.29 93.76 -
System Red Green Blue C M Y K H S L
Decimal 20 81 127 0.84 0.36 0 0.50 205.79 0.73 0.29
Hex 14 51 7F 54 24 0 32 CE 49 1D
Octal 24 121 177 124 44 0 62 316 111 35
Binary 10100 1010001 1111111 1010100 100100 0 110010 11001110 1001001 11101

Color Harmonies of #14517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14517F

Black with #14517F

Text Example


Text Example

White with #14517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14517F; }

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

 H1.HeaderClassName
 {
   color: #14517F;
 }
 .AnyTagClassName
 {
   color: #14517F;
 }
</style>

background-color css

<style>
 a { background-color: #14517F; }

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

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

border-color css

<style>
 span { border-color: #14517F; }

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

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