Html Css Color HEX #1352E0 Navy Blue

📋 copy color: '#1352E0'

red 19 ◦ green 82 ◦ blue 224

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

Shades of Navy Blue #1352E0

Tints of Navy Blue #1352E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 68.92%

R = 5.85%
G = 25.23%
B = 68.92%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1352E0 (or 0x1352E0) is known color: Navy Blue. HEX triplet: 13, 52 and E0. RGB value is (19,82,224). Sum of RGB (Red+Green+Blue) = 19+82+224=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #1352E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352E0 is #ECAD1F. Grayscale: #4E4E4E. Windows color (decimal): -15510816 or 14701075. OLE color: 14701075.

HSL color Cylindrical-coordinate representation of color #1352E0: hue angle of 221.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1352E0 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 82 224 -
CMYK 0.92 0.63 0 0.12
HSL 221.56º 0.84% 0.48% -
HSV(B) 221.56º 0.92% 0.88% -
XYZ 16.74 11.55 71.87 -
YUV 79.35 209.63 84.95 -
System Red Green Blue C M Y K H S L
Decimal 19 82 224 0.92 0.63 0 0.12 221.56 0.84 0.48
Hex 13 52 E0 5C 3F 0 C DE 54 30
Octal 23 122 340 134 77 0 14 336 124 60
Binary 10011 1010010 11100000 1011100 111111 0 1100 11011110 1010100 110000

Color Harmonies of #1352E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1352E0

Black with #1352E0

Text Example


Text Example

White with #1352E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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