Html Css Color HEX #14467C Dark Cerulean

📋 copy color: '#14467C'

red 20 ◦ green 70 ◦ blue 124

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

Shades of Dark Cerulean #14467C

Tints of Dark Cerulean #14467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

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

R = 9.35%
G = 32.71%
B = 57.94%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14467C (or 0x14467C) is known color: Dark Cerulean. HEX triplet: 14, 46 and 7C. RGB value is (20,70,124). Sum of RGB (Red+Green+Blue) = 20+70+124=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #14467C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14467C is #EBB983. Grayscale: #3C3C3C. Windows color (decimal): -15448452 or 8144404. OLE color: 8144404.

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

Color convert

RGB 20 70 124 -
CMYK 0.84 0.44 0 0.51
HSL 211.15º 0.72% 0.28% -
HSV(B) 211.15º 0.84% 0.49% -
XYZ 6.12 5.98 19.9 -
YUV 61.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 20 70 124 0.84 0.44 0 0.51 211.15 0.72 0.28
Hex 14 46 7C 54 2C 0 33 D3 48 1C
Octal 24 106 174 124 54 0 63 323 110 34
Binary 10100 1000110 1111100 1010100 101100 0 110011 11010011 1001000 11100

Color Harmonies of #14467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14467C

Black with #14467C

Text Example


Text Example

White with #14467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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