Html Css Color HEX #1372DD Navy Blue

📋 copy color: '#1372DD'

red 19 ◦ green 114 ◦ blue 221

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

Shades of Navy Blue #1372DD

Tints of Navy Blue #1372DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 5.37%
G = 32.2%
B = 62.43%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1372DD (or 0x1372DD) is known color: Navy Blue. HEX triplet: 13, 72 and DD. RGB value is (19,114,221). Sum of RGB (Red+Green+Blue) = 19+114+221=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #1372DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1372DD is #EC8D22. Grayscale: #616161. Windows color (decimal): -15502627 or 14512659. OLE color: 14512659.

HSL color Cylindrical-coordinate representation of color #1372DD: hue angle of 211.78º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1372DD is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 114 221 -
CMYK 0.91 0.48 0 0.13
HSL 211.78º 0.84% 0.47% -
HSV(B) 211.78º 0.91% 0.87% -
XYZ 19.34 17.39 70.74 -
YUV 97.79 197.53 71.8 -
System Red Green Blue C M Y K H S L
Decimal 19 114 221 0.91 0.48 0 0.13 211.78 0.84 0.47
Hex 13 72 DD 5B 30 0 D D4 54 2F
Octal 23 162 335 133 60 0 15 324 124 57
Binary 10011 1110010 11011101 1011011 110000 0 1101 11010100 1010100 101111

Color Harmonies of #1372DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1372DD

Black with #1372DD

Text Example


Text Example

White with #1372DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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