Html Css Color HEX #14397F Dark Cerulean

📋 copy color: '#14397F'

red 20 ◦ green 57 ◦ blue 127

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

Shades of Dark Cerulean #14397F

Tints of Dark Cerulean #14397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.94%

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

R = 9.8%
G = 27.94%
B = 62.25%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14397F (or 0x14397F) is known color: Dark Cerulean. HEX triplet: 14, 39 and 7F. RGB value is (20,57,127). Sum of RGB (Red+Green+Blue) = 20+57+127=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #14397F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14397F is #EBC680. Grayscale: #353535. Windows color (decimal): -15451777 or 8337684. OLE color: 8337684.

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

Color convert

RGB 20 57 127 -
CMYK 0.84 0.55 0 0.50
HSL 219.25º 0.73% 0.29% -
HSV(B) 219.25º 0.84% 0.5% -
XYZ 5.58 4.61 20.67 -
YUV 53.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 20 57 127 0.84 0.55 0 0.50 219.25 0.73 0.29
Hex 14 39 7F 54 37 0 32 DB 49 1D
Octal 24 71 177 124 67 0 62 333 111 35
Binary 10100 111001 1111111 1010100 110111 0 110010 11011011 1001001 11101

Color Harmonies of #14397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14397F

Black with #14397F

Text Example


Text Example

White with #14397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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