Html Css Color HEX #1372CE Navy Blue

📋 copy color: '#1372CE'

red 19 ◦ green 114 ◦ blue 206

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

Shades of Navy Blue #1372CE

Tints of Navy Blue #1372CE

RGB

 RED value IS 19 (7.81% from 255) = 5.6%

 GREEN value IS 114 (44.92% from 255) = 33.63%

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 5.6%
G = 33.63%
B = 60.77%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1372CE (or 0x1372CE) is known color: Navy Blue. HEX triplet: 13, 72 and CE. RGB value is (19,114,206). Sum of RGB (Red+Green+Blue) = 19+114+206=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #1372CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1372CE is #EC8D31. Grayscale: #5F5F5F. Windows color (decimal): -15502642 or 13529619. OLE color: 13529619.

HSL color Cylindrical-coordinate representation of color #1372CE: hue angle of 209.52º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1372CE is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 114 206 -
CMYK 0.91 0.45 0 0.19
HSL 209.52º 0.83% 0.44% -
HSV(B) 209.52º 0.91% 0.81% -
XYZ 17.43 16.63 60.68 -
YUV 96.08 190.03 73.02 -
System Red Green Blue C M Y K H S L
Decimal 19 114 206 0.91 0.45 0 0.19 209.52 0.83 0.44
Hex 13 72 CE 5B 2D 0 13 D2 53 2C
Octal 23 162 316 133 55 0 23 322 123 54
Binary 10011 1110010 11001110 1011011 101101 0 10011 11010010 1010011 101100

Color Harmonies of #1372CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1372CE

Black with #1372CE

Text Example


Text Example

White with #1372CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1372CE; }

 p { color: rgb(19,114,206); }

 H1.HeaderClassName
 {
   color: #1372CE;
 }
 .AnyTagClassName
 {
   color: #1372CE;
 }
</style>

background-color css

<style>
 a { background-color: #1372CE; }

 a { background-color: rgb(19,114,206); }

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

border-color css

<style>
 span { border-color: #1372CE; }

 span { border-color: rgb(19,114,206); }

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