Html Css Color HEX #14477B Dark Cerulean

📋 copy color: '#14477B'

red 20 ◦ green 71 ◦ blue 123

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

Shades of Dark Cerulean #14477B

Tints of Dark Cerulean #14477B

RGB

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

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

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

R = 9.35%
G = 33.18%
B = 57.48%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#14477B (or 0x14477B) is known color: Dark Cerulean. HEX triplet: 14, 47 and 7B. RGB value is (20,71,123). Sum of RGB (Red+Green+Blue) = 20+71+123=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #14477B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14477B is #EBB884. Grayscale: #3D3D3D. Windows color (decimal): -15448197 or 8079124. OLE color: 8079124.

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

Color convert

RGB 20 71 123 -
CMYK 0.84 0.42 0 0.52
HSL 210.29º 0.72% 0.28% -
HSV(B) 210.29º 0.84% 0.48% -
XYZ 6.12 6.09 19.59 -
YUV 61.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 20 71 123 0.84 0.42 0 0.52 210.29 0.72 0.28
Hex 14 47 7B 54 2A 0 34 D2 48 1C
Octal 24 107 173 124 52 0 64 322 110 34
Binary 10100 1000111 1111011 1010100 101010 0 110100 11010010 1001000 11100

Color Harmonies of #14477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14477B

Black with #14477B

Text Example


Text Example

White with #14477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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