#1781CA

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

Shades of Navy Blue #1781CA

Tints of Navy Blue #1781CA

Color information

#1781CA (or 0x1781CA) is unknown color: approx Navy Blue. HEX triplet: 17, 81 and CA. RGB value is (23,129,202). Sum of RGB (Red+Green+Blue) = 23+129+202=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #1781CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1781CA is #E87E35. Grayscale: #696969. Windows color (decimal): -15236662 or 13271319. OLE color: 13271319.

HSL color Cylindrical-coordinate representation of color #1781CA: hue angle of 204.47º 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 #1781CA is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB23129202-
CMYK0.890.3600.21
HSL204.47º79.56%44.12%-
HSV(B)204.47º88.61%79.22%-
XYZ18.8620.1558.77-
YUV105.63182.3869.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.50%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=6.50%
G=36.44%
B=57.06%

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
Decimal231292020.890.3600.21204.4779.5644.12
Hex1781CA5924015cc502c
Octal272013121314402531412054
Binary1011110000001110010101011001100100010101110011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1781CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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