Html Css Color HEX #1782CD Navy Blue

📋 copy color: '#1782CD'

red 23 ◦ green 130 ◦ blue 205

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

Shades of Navy Blue #1782CD

Tints of Navy Blue #1782CD

RGB

 RED value IS 23 (9.38% from 255) = 6.42%

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

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

R = 6.42%
G = 36.31%
B = 57.26%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1782CD (or 0x1782CD) is known color: Navy Blue. HEX triplet: 17, 82 and CD. RGB value is (23,130,205). Sum of RGB (Red+Green+Blue) = 23+130+205=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #1782CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1782CD is #E87D32. Grayscale: #6A6A6A. Windows color (decimal): -15236403 or 13468183. OLE color: 13468183.

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

Color convert

RGB 23 130 205 -
CMYK 0.89 0.37 0 0.20
HSL 204.73º 0.8% 0.45% -
HSV(B) 204.73º 0.89% 0.8% -
XYZ 19.36 20.56 60.71 -
YUV 106.56 183.55 68.4 -
System Red Green Blue C M Y K H S L
Decimal 23 130 205 0.89 0.37 0 0.20 204.73 0.8 0.45
Hex 17 82 CD 59 25 0 14 CD 50 2D
Octal 27 202 315 131 45 0 24 315 120 55
Binary 10111 10000010 11001101 1011001 100101 0 10100 11001101 1010000 101101

Color Harmonies of #1782CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1782CD

Black with #1782CD

Text Example


Text Example

White with #1782CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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