Html Css Color HEX #14367C Dark Cerulean

📋 copy color: '#14367C'

red 20 ◦ green 54 ◦ blue 124

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

Shades of Dark Cerulean #14367C

Tints of Dark Cerulean #14367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

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

R = 10.1%
G = 27.27%
B = 62.63%

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

#14367C (or 0x14367C) is known color: Dark Cerulean. HEX triplet: 14, 36 and 7C. RGB value is (20,54,124). Sum of RGB (Red+Green+Blue) = 20+54+124=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #14367C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14367C is #EBC983. Grayscale: #333333. Windows color (decimal): -15452548 or 8140308. OLE color: 8140308.

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

Color convert

RGB 20 54 124 -
CMYK 0.84 0.56 0 0.51
HSL 220.38º 0.72% 0.28% -
HSV(B) 220.38º 0.84% 0.49% -
XYZ 5.25 4.24 19.61 -
YUV 51.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 20 54 124 0.84 0.56 0 0.51 220.38 0.72 0.28
Hex 14 36 7C 54 38 0 33 DC 48 1C
Octal 24 66 174 124 70 0 63 334 110 34
Binary 10100 110110 1111100 1010100 111000 0 110011 11011100 1001000 11100

Color Harmonies of #14367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14367C

Black with #14367C

Text Example


Text Example

White with #14367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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