Html Css Color HEX #14487F Dark Cerulean

📋 copy color: '#14487F'

red 20 ◦ green 72 ◦ blue 127

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

Shades of Dark Cerulean #14487F

Tints of Dark Cerulean #14487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

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

R = 9.13%
G = 32.88%
B = 57.99%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14487F (or 0x14487F) is known color: Dark Cerulean. HEX triplet: 14, 48 and 7F. RGB value is (20,72,127). Sum of RGB (Red+Green+Blue) = 20+72+127=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #14487F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14487F is #EBB780. Grayscale: #3E3E3E. Windows color (decimal): -15447937 or 8341524. OLE color: 8341524.

HSL color Cylindrical-coordinate representation of color #14487F: hue angle of 210.84º 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 #14487F is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 72 127 -
CMYK 0.84 0.43 0 0.50
HSL 210.84º 0.73% 0.29% -
HSV(B) 210.84º 0.84% 0.5% -
XYZ 6.44 6.32 20.96 -
YUV 62.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 20 72 127 0.84 0.43 0 0.50 210.84 0.73 0.29
Hex 14 48 7F 54 2B 0 32 D3 49 1D
Octal 24 110 177 124 53 0 62 323 111 35
Binary 10100 1001000 1111111 1010100 101011 0 110010 11010011 1001001 11101

Color Harmonies of #14487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14487F

Black with #14487F

Text Example


Text Example

White with #14487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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