Html Css Color HEX #1382D5 Navy Blue

📋 copy color: '#1382D5'

red 19 ◦ green 130 ◦ blue 213

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

Shades of Navy Blue #1382D5

Tints of Navy Blue #1382D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.84%

R = 5.25%
G = 35.91%
B = 58.84%

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

#1382D5 (or 0x1382D5) is known color: Navy Blue. HEX triplet: 13, 82 and D5. RGB value is (19,130,213). Sum of RGB (Red+Green+Blue) = 19+130+213=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #1382D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382D5 is #EC7D2A. Grayscale: #696969. Windows color (decimal): -15498539 or 13992467. OLE color: 13992467.

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

Color convert

RGB 19 130 213 -
CMYK 0.91 0.39 0 0.16
HSL 205.67º 0.84% 0.45% -
HSV(B) 205.67º 0.91% 0.84% -
XYZ 20.26 20.91 65.92 -
YUV 106.27 188.23 65.75 -
System Red Green Blue C M Y K H S L
Decimal 19 130 213 0.91 0.39 0 0.16 205.67 0.84 0.45
Hex 13 82 D5 5B 27 0 10 CE 54 2D
Octal 23 202 325 133 47 0 20 316 124 55
Binary 10011 10000010 11010101 1011011 100111 0 10000 11001110 1010100 101101

Color Harmonies of #1382D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382D5

Black with #1382D5

Text Example


Text Example

White with #1382D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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