Html Css Color HEX #14517B Dark Cerulean

📋 copy color: '#14517B'

red 20 ◦ green 81 ◦ blue 123

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

Shades of Dark Cerulean #14517B

Tints of Dark Cerulean #14517B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.91%

R = 8.93%
G = 36.16%
B = 54.91%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#14517B (or 0x14517B) is known color: Dark Cerulean. HEX triplet: 14, 51 and 7B. RGB value is (20,81,123). Sum of RGB (Red+Green+Blue) = 20+81+123=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #14517B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14517B is #EBAE84. Grayscale: #434343. Windows color (decimal): -15445637 or 8081684. OLE color: 8081684.

HSL color Cylindrical-coordinate representation of color #14517B: hue angle of 204.47º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14517B is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 20 81 123 -
CMYK 0.84 0.34 0 0.52
HSL 204.47º 0.72% 0.28% -
HSV(B) 204.47º 0.84% 0.48% -
XYZ 6.81 7.46 19.82 -
YUV 67.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 20 81 123 0.84 0.34 0 0.52 204.47 0.72 0.28
Hex 14 51 7B 54 22 0 34 CC 48 1C
Octal 24 121 173 124 42 0 64 314 110 34
Binary 10100 1010001 1111011 1010100 100010 0 110100 11001100 1001000 11100

Color Harmonies of #14517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14517B

Black with #14517B

Text Example


Text Example

White with #14517B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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