Html Css Color HEX #1372CD Navy Blue

📋 copy color: '#1372CD'

red 19 ◦ green 114 ◦ blue 205

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

Shades of Navy Blue #1372CD

Tints of Navy Blue #1372CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.65%

R = 5.62%
G = 33.73%
B = 60.65%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1372CD (or 0x1372CD) is known color: Navy Blue. HEX triplet: 13, 72 and CD. RGB value is (19,114,205). Sum of RGB (Red+Green+Blue) = 19+114+205=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #1372CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1372CD is #EC8D32. Grayscale: #5F5F5F. Windows color (decimal): -15502643 or 13464083. OLE color: 13464083.

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

Color convert

RGB 19 114 205 -
CMYK 0.91 0.44 0 0.20
HSL 209.35º 0.83% 0.44% -
HSV(B) 209.35º 0.91% 0.8% -
XYZ 17.31 16.58 60.05 -
YUV 95.97 189.53 73.1 -
System Red Green Blue C M Y K H S L
Decimal 19 114 205 0.91 0.44 0 0.20 209.35 0.83 0.44
Hex 13 72 CD 5B 2C 0 14 D1 53 2C
Octal 23 162 315 133 54 0 24 321 123 54
Binary 10011 1110010 11001101 1011011 101100 0 10100 11010001 1010011 101100

Color Harmonies of #1372CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1372CD

Black with #1372CD

Text Example


Text Example

White with #1372CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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