Html Css Color HEX #1165CE Navy Blue

📋 copy color: '#1165CE'

red 17 ◦ green 101 ◦ blue 206

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

Shades of Navy Blue #1165CE

Tints of Navy Blue #1165CE

RGB

 RED value IS 17 (7.03% from 255) = 5.25%

 GREEN value IS 101 (39.84% from 255) = 31.17%

 BLUE value IS 206 (80.86% from 255) = 63.58%

R = 5.25%
G = 31.17%
B = 63.58%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1165CE (or 0x1165CE) is known color: Navy Blue. HEX triplet: 11, 65 and CE. RGB value is (17,101,206). Sum of RGB (Red+Green+Blue) = 17+101+206=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #1165CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165CE is #EE9A31. Grayscale: #575757. Windows color (decimal): -15637042 or 13526289. OLE color: 13526289.

HSL color Cylindrical-coordinate representation of color #1165CE: hue angle of 213.33º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1165CE is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 101 206 -
CMYK 0.92 0.51 0 0.19
HSL 213.33º 0.85% 0.44% -
HSV(B) 213.33º 0.92% 0.81% -
XYZ 16.03 13.88 60.23 -
YUV 87.85 194.67 77.46 -
System Red Green Blue C M Y K H S L
Decimal 17 101 206 0.92 0.51 0 0.19 213.33 0.85 0.44
Hex 11 65 CE 5C 33 0 13 D5 55 2C
Octal 21 145 316 134 63 0 23 325 125 54
Binary 10001 1100101 11001110 1011100 110011 0 10011 11010101 1010101 101100

Color Harmonies of #1165CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165CE

Black with #1165CE

Text Example


Text Example

White with #1165CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1165CE; }

 p { color: rgb(17,101,206); }

 H1.HeaderClassName
 {
   color: #1165CE;
 }
 .AnyTagClassName
 {
   color: #1165CE;
 }
</style>

background-color css

<style>
 a { background-color: #1165CE; }

 a { background-color: rgb(17,101,206); }

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

border-color css

<style>
 span { border-color: #1165CE; }

 span { border-color: rgb(17,101,206); }

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