#1782CA

Color #1782CA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1782CA

Tints of Navy Blue #1782CA

Color information

#1782CA (or 0x1782CA) is unknown color: approx Navy Blue. HEX triplet: 17, 82 and CA. RGB value is (23,130,202). Sum of RGB (Red+Green+Blue) = 23+130+202=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #1782CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1782CA is #E87D35. Grayscale: #696969. Windows color (decimal): -15236406 or 13271575. OLE color: 13271575.

HSL color Cylindrical-coordinate representation of color #1782CA: hue angle of 204.13º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1782CA is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB23130202-
CMYK0.890.3600.21
HSL204.13º79.56%44.12%-
HSV(B)204.13º88.61%79.22%-
XYZ1920.4158.82-
YUV106.22182.0568.65-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.48%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=6.48%
G=36.62%
B=56.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal231302020.890.3600.21204.1379.5644.12
Hex1782CA5924015cc502c
Octal272023121314402531412054
Binary1011110000010110010101011001100100010101110011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1782CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1782CA;
 }
 .AnyTagClassName
 {
   color: #1782CA;
 }
</style>
background-color css

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

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

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

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

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

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