Html Css Color HEX #14337D Dark Cerulean

📋 copy color: '#14337D'

red 20 ◦ green 51 ◦ blue 125

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

Shades of Dark Cerulean #14337D

Tints of Dark Cerulean #14337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

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

R = 10.2%
G = 26.02%
B = 63.78%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14337D (or 0x14337D) is known color: Dark Cerulean. HEX triplet: 14, 33 and 7D. RGB value is (20,51,125). Sum of RGB (Red+Green+Blue) = 20+51+125=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #14337D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14337D is #EBCC82. Grayscale: #313131. Windows color (decimal): -15453315 or 8205076. OLE color: 8205076.

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

Color convert

RGB 20 51 125 -
CMYK 0.84 0.59 0 0.51
HSL 222.29º 0.72% 0.28% -
HSV(B) 222.29º 0.84% 0.49% -
XYZ 5.17 4 19.9 -
YUV 50.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 20 51 125 0.84 0.59 0 0.51 222.29 0.72 0.28
Hex 14 33 7D 54 3B 0 33 DE 48 1C
Octal 24 63 175 124 73 0 63 336 110 34
Binary 10100 110011 1111101 1010100 111011 0 110011 11011110 1001000 11100

Color Harmonies of #14337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14337D

Black with #14337D

Text Example


Text Example

White with #14337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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