Html Css Color HEX #14357D Dark Cerulean

📋 copy color: '#14357D'

red 20 ◦ green 53 ◦ blue 125

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

Shades of Dark Cerulean #14357D

Tints of Dark Cerulean #14357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.77%

 BLUE value IS 125 (49.22% from 255) = 63.13%

R = 10.1%
G = 26.77%
B = 63.13%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14357D (or 0x14357D) is known color: Dark Cerulean. HEX triplet: 14, 35 and 7D. RGB value is (20,53,125). Sum of RGB (Red+Green+Blue) = 20+53+125=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #14357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14357D is #EBCA82. Grayscale: #333333. Windows color (decimal): -15452803 or 8205588. OLE color: 8205588.

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

Color convert

RGB 20 53 125 -
CMYK 0.84 0.58 0 0.51
HSL 221.14º 0.72% 0.28% -
HSV(B) 221.14º 0.84% 0.49% -
XYZ 5.26 4.18 19.93 -
YUV 51.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 20 53 125 0.84 0.58 0 0.51 221.14 0.72 0.28
Hex 14 35 7D 54 3A 0 33 DD 48 1C
Octal 24 65 175 124 72 0 63 335 110 34
Binary 10100 110101 1111101 1010100 111010 0 110011 11011101 1001000 11100

Color Harmonies of #14357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14357D

Black with #14357D

Text Example


Text Example

White with #14357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14357D; }

 p { color: rgb(20,53,125); }

 H1.HeaderClassName
 {
   color: #14357D;
 }
 .AnyTagClassName
 {
   color: #14357D;
 }
</style>

background-color css

<style>
 a { background-color: #14357D; }

 a { background-color: rgb(20,53,125); }

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

border-color css

<style>
 span { border-color: #14357D; }

 span { border-color: rgb(20,53,125); }

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