#165CE3

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

Shades of Navy Blue #165CE3

Tints of Navy Blue #165CE3

Color information

#165CE3 (or 0x165CE3) is unknown color: approx Navy Blue. HEX triplet: 16, 5C and E3. RGB value is (22,92,227). Sum of RGB (Red+Green+Blue) = 22+92+227=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 227 (89.06% from 255 or 66.57% from 341); Max value from RGB is 227 - color contains mainly: blue. Hex color #165CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165CE3 is #E9A31C. Grayscale: #555555. Windows color (decimal): -15311645 or 14900246. OLE color: 14900246.

HSL color Cylindrical-coordinate representation of color #165CE3: hue angle of 219.51º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165CE3 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2292227-
CMYK0.900.5900.11
HSL219.51º82.33%48.82%-
HSV(B)219.51º90.31%89.02%-
XYZ18.0213.3774.3-
YUV86.46207.3182.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.45%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 227 (89.06% from 255) = 66.57%
R=6.45%
G=26.98%
B=66.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22922270.900.5900.11219.5182.3348.82
Hex165CE35A3B0Bdc5231
Octal261343431327301333412261
Binary10110101110011100011101101011101101011110111001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165CE3; }

 p { color: rgb(22,92,227); }

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

<style>
 a { background-color: #165CE3; }

 a { background-color: rgb(22,92,227); }

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

<style>
 span { border-color: #165CE3; }

 span { border-color: rgb(22,92,227); }

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