Html Css Color HEX #14387C Dark Cerulean

📋 copy color: '#14387C'

red 20 ◦ green 56 ◦ blue 124

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

Shades of Dark Cerulean #14387C

Tints of Dark Cerulean #14387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28%

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

R = 10%
G = 28%
B = 62%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14387C (or 0x14387C) is known color: Dark Cerulean. HEX triplet: 14, 38 and 7C. RGB value is (20,56,124). Sum of RGB (Red+Green+Blue) = 20+56+124=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #14387C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14387C is #EBC783. Grayscale: #343434. Windows color (decimal): -15452036 or 8140820. OLE color: 8140820.

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

Color convert

RGB 20 56 124 -
CMYK 0.84 0.55 0 0.51
HSL 219.23º 0.72% 0.28% -
HSV(B) 219.23º 0.84% 0.49% -
XYZ 5.34 4.43 19.64 -
YUV 52.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 20 56 124 0.84 0.55 0 0.51 219.23 0.72 0.28
Hex 14 38 7C 54 37 0 33 DB 48 1C
Octal 24 70 174 124 67 0 63 333 110 34
Binary 10100 111000 1111100 1010100 110111 0 110011 11011011 1001000 11100

Color Harmonies of #14387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14387C

Black with #14387C

Text Example


Text Example

White with #14387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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