Html Css Color HEX #1382D6 Navy Blue

📋 copy color: '#1382D6'

red 19 ◦ green 130 ◦ blue 214

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

Shades of Navy Blue #1382D6

Tints of Navy Blue #1382D6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 214 (83.98% from 255) = 58.95%

R = 5.23%
G = 35.81%
B = 58.95%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1382D6 (or 0x1382D6) is known color: Navy Blue. HEX triplet: 13, 82 and D6. RGB value is (19,130,214). Sum of RGB (Red+Green+Blue) = 19+130+214=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #1382D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382D6 is #EC7D29. Grayscale: #696969. Windows color (decimal): -15498538 or 14058003. OLE color: 14058003.

HSL color Cylindrical-coordinate representation of color #1382D6: hue angle of 205.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1382D6 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 130 214 -
CMYK 0.91 0.39 0 0.16
HSL 205.85º 0.84% 0.46% -
HSV(B) 205.85º 0.91% 0.84% -
XYZ 20.39 20.96 66.59 -
YUV 106.39 188.73 65.67 -
System Red Green Blue C M Y K H S L
Decimal 19 130 214 0.91 0.39 0 0.16 205.85 0.84 0.46
Hex 13 82 D6 5B 27 0 10 CE 54 2E
Octal 23 202 326 133 47 0 20 316 124 56
Binary 10011 10000010 11010110 1011011 100111 0 10000 11001110 1010100 101110

Color Harmonies of #1382D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382D6

Black with #1382D6

Text Example


Text Example

White with #1382D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1382D6; }

 p { color: rgb(19,130,214); }

 H1.HeaderClassName
 {
   color: #1382D6;
 }
 .AnyTagClassName
 {
   color: #1382D6;
 }
</style>

background-color css

<style>
 a { background-color: #1382D6; }

 a { background-color: rgb(19,130,214); }

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

border-color css

<style>
 span { border-color: #1382D6; }

 span { border-color: rgb(19,130,214); }

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