Html Css Color HEX #14377C Dark Cerulean

📋 copy color: '#14377C'

red 20 ◦ green 55 ◦ blue 124

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

Shades of Dark Cerulean #14377C

Tints of Dark Cerulean #14377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

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

R = 10.05%
G = 27.64%
B = 62.31%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14377C (or 0x14377C) is known color: Dark Cerulean. HEX triplet: 14, 37 and 7C. RGB value is (20,55,124). Sum of RGB (Red+Green+Blue) = 20+55+124=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #14377C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14377C is #EBC883. Grayscale: #343434. Windows color (decimal): -15452292 or 8140564. OLE color: 8140564.

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

Color convert

RGB 20 55 124 -
CMYK 0.84 0.56 0 0.51
HSL 219.81º 0.72% 0.28% -
HSV(B) 219.81º 0.84% 0.49% -
XYZ 5.29 4.34 19.63 -
YUV 52.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 20 55 124 0.84 0.56 0 0.51 219.81 0.72 0.28
Hex 14 37 7C 54 38 0 33 DC 48 1C
Octal 24 67 174 124 70 0 63 334 110 34
Binary 10100 110111 1111100 1010100 111000 0 110011 11011100 1001000 11100

Color Harmonies of #14377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14377C

Black with #14377C

Text Example


Text Example

White with #14377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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