Html Css Color HEX #14477C Dark Cerulean

📋 copy color: '#14477C'

red 20 ◦ green 71 ◦ blue 124

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

Shades of Dark Cerulean #14477C

Tints of Dark Cerulean #14477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.67%

R = 9.3%
G = 33.02%
B = 57.67%

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

#14477C (or 0x14477C) is known color: Dark Cerulean. HEX triplet: 14, 47 and 7C. RGB value is (20,71,124). Sum of RGB (Red+Green+Blue) = 20+71+124=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #14477C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14477C is #EBB883. Grayscale: #3D3D3D. Windows color (decimal): -15448196 or 8144660. OLE color: 8144660.

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

Color convert

RGB 20 71 124 -
CMYK 0.84 0.43 0 0.51
HSL 210.58º 0.72% 0.28% -
HSV(B) 210.58º 0.84% 0.49% -
XYZ 6.18 6.11 19.92 -
YUV 61.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 20 71 124 0.84 0.43 0 0.51 210.58 0.72 0.28
Hex 14 47 7C 54 2B 0 33 D3 48 1C
Octal 24 107 174 124 53 0 63 323 110 34
Binary 10100 1000111 1111100 1010100 101011 0 110011 11010011 1001000 11100

Color Harmonies of #14477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14477C

Black with #14477C

Text Example


Text Example

White with #14477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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