Html Css Color HEX #14477F Dark Cerulean

📋 copy color: '#14477F'

red 20 ◦ green 71 ◦ blue 127

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

Shades of Dark Cerulean #14477F

Tints of Dark Cerulean #14477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

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

R = 9.17%
G = 32.57%
B = 58.26%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14477F (or 0x14477F) is known color: Dark Cerulean. HEX triplet: 14, 47 and 7F. RGB value is (20,71,127). Sum of RGB (Red+Green+Blue) = 20+71+127=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #14477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14477F is #EBB880. Grayscale: #3D3D3D. Windows color (decimal): -15448193 or 8341268. OLE color: 8341268.

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

Color convert

RGB 20 71 127 -
CMYK 0.84 0.44 0 0.50
HSL 211.4º 0.73% 0.29% -
HSV(B) 211.4º 0.84% 0.5% -
XYZ 6.37 6.19 20.94 -
YUV 62.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 20 71 127 0.84 0.44 0 0.50 211.4 0.73 0.29
Hex 14 47 7F 54 2C 0 32 D3 49 1D
Octal 24 107 177 124 54 0 62 323 111 35
Binary 10100 1000111 1111111 1010100 101100 0 110010 11010011 1001001 11101

Color Harmonies of #14477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14477F

Black with #14477F

Text Example


Text Example

White with #14477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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