Html Css Color HEX #1382CD Navy Blue

📋 copy color: '#1382CD'

red 19 ◦ green 130 ◦ blue 205

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

Shades of Navy Blue #1382CD

Tints of Navy Blue #1382CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 5.37%
G = 36.72%
B = 57.91%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1382CD (or 0x1382CD) is known color: Navy Blue. HEX triplet: 13, 82 and CD. RGB value is (19,130,205). Sum of RGB (Red+Green+Blue) = 19+130+205=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #1382CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382CD is #EC7D32. Grayscale: #686868. Windows color (decimal): -15498547 or 13468179. OLE color: 13468179.

HSL color Cylindrical-coordinate representation of color #1382CD: hue angle of 204.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1382CD is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 130 205 -
CMYK 0.91 0.37 0 0.20
HSL 204.19º 0.83% 0.44% -
HSV(B) 204.19º 0.91% 0.8% -
XYZ 19.27 20.51 60.7 -
YUV 105.36 184.23 66.4 -
System Red Green Blue C M Y K H S L
Decimal 19 130 205 0.91 0.37 0 0.20 204.19 0.83 0.44
Hex 13 82 CD 5B 25 0 14 CC 53 2C
Octal 23 202 315 133 45 0 24 314 123 54
Binary 10011 10000010 11001101 1011011 100101 0 10100 11001100 1010011 101100

Color Harmonies of #1382CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382CD

Black with #1382CD

Text Example


Text Example

White with #1382CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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