Html Css Color HEX #14477D Dark Cerulean

📋 copy color: '#14477D'

red 20 ◦ green 71 ◦ blue 125

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

Shades of Dark Cerulean #14477D

Tints of Dark Cerulean #14477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 9.26%
G = 32.87%
B = 57.87%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14477D (or 0x14477D) is known color: Dark Cerulean. HEX triplet: 14, 47 and 7D. RGB value is (20,71,125). Sum of RGB (Red+Green+Blue) = 20+71+125=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #14477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14477D is #EBB882. Grayscale: #3D3D3D. Windows color (decimal): -15448195 or 8210196. OLE color: 8210196.

HSL color Cylindrical-coordinate representation of color #14477D: hue angle of 210.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14477D is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 71 125 -
CMYK 0.84 0.43 0 0.51
HSL 210.86º 0.72% 0.28% -
HSV(B) 210.86º 0.84% 0.49% -
XYZ 6.24 6.14 20.26 -
YUV 61.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 20 71 125 0.84 0.43 0 0.51 210.86 0.72 0.28
Hex 14 47 7D 54 2B 0 33 D3 48 1C
Octal 24 107 175 124 53 0 63 323 110 34
Binary 10100 1000111 1111101 1010100 101011 0 110011 11010011 1001000 11100

Color Harmonies of #14477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14477D

Black with #14477D

Text Example


Text Example

White with #14477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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