Html Css Color HEX #1352DD Navy Blue

📋 copy color: '#1352DD'

red 19 ◦ green 82 ◦ blue 221

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

Shades of Navy Blue #1352DD

Tints of Navy Blue #1352DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

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

R = 5.9%
G = 25.47%
B = 68.63%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1352DD (or 0x1352DD) is known color: Navy Blue. HEX triplet: 13, 52 and DD. RGB value is (19,82,221). Sum of RGB (Red+Green+Blue) = 19+82+221=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #1352DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352DD is #ECAD22. Grayscale: #4E4E4E. Windows color (decimal): -15510819 or 14504467. OLE color: 14504467.

HSL color Cylindrical-coordinate representation of color #1352DD: hue angle of 221.29º 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 #1352DD is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 82 221 -
CMYK 0.91 0.63 0 0.13
HSL 221.29º 0.84% 0.47% -
HSV(B) 221.29º 0.91% 0.87% -
XYZ 16.34 11.39 69.74 -
YUV 79.01 208.13 85.2 -
System Red Green Blue C M Y K H S L
Decimal 19 82 221 0.91 0.63 0 0.13 221.29 0.84 0.47
Hex 13 52 DD 5B 3F 0 D DD 54 2F
Octal 23 122 335 133 77 0 15 335 124 57
Binary 10011 1010010 11011101 1011011 111111 0 1101 11011101 1010100 101111

Color Harmonies of #1352DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1352DD

Black with #1352DD

Text Example


Text Example

White with #1352DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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