Html Css Color HEX #14387F Dark Cerulean

📋 copy color: '#14387F'

red 20 ◦ green 56 ◦ blue 127

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

Shades of Dark Cerulean #14387F

Tints of Dark Cerulean #14387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 62.56%

R = 9.85%
G = 27.59%
B = 62.56%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14387F (or 0x14387F) is known color: Dark Cerulean. HEX triplet: 14, 38 and 7F. RGB value is (20,56,127). Sum of RGB (Red+Green+Blue) = 20+56+127=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #14387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14387F is #EBC780. Grayscale: #353535. Windows color (decimal): -15452033 or 8337428. OLE color: 8337428.

HSL color Cylindrical-coordinate representation of color #14387F: hue angle of 219.81º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14387F is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 56 127 -
CMYK 0.84 0.56 0 0.50
HSL 219.81º 0.73% 0.29% -
HSV(B) 219.81º 0.84% 0.5% -
XYZ 5.53 4.51 20.66 -
YUV 53.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 20 56 127 0.84 0.56 0 0.50 219.81 0.73 0.29
Hex 14 38 7F 54 38 0 32 DC 49 1D
Octal 24 70 177 124 70 0 62 334 111 35
Binary 10100 111000 1111111 1010100 111000 0 110010 11011100 1001001 11101

Color Harmonies of #14387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14387F

Black with #14387F

Text Example


Text Example

White with #14387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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