Html Css Color HEX #1165EA Navy Blue

📋 copy color: '#1165EA'

red 17 ◦ green 101 ◦ blue 234

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

Shades of Navy Blue #1165EA

Tints of Navy Blue #1165EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.48%

R = 4.83%
G = 28.69%
B = 66.48%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1165EA (or 0x1165EA) is known color: Navy Blue. HEX triplet: 11, 65 and EA. RGB value is (17,101,234). Sum of RGB (Red+Green+Blue) = 17+101+234=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #1165EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1165EA is #EE9A15. Grayscale: #5A5A5A. Windows color (decimal): -15637014 or 15361297. OLE color: 15361297.

HSL color Cylindrical-coordinate representation of color #1165EA: hue angle of 216.77º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1165EA is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 101 234 -
CMYK 0.93 0.57 0 0.08
HSL 216.77º 0.86% 0.49% -
HSV(B) 216.77º 0.93% 0.92% -
XYZ 19.74 15.37 79.77 -
YUV 91.05 208.67 75.19 -
System Red Green Blue C M Y K H S L
Decimal 17 101 234 0.93 0.57 0 0.08 216.77 0.86 0.49
Hex 11 65 EA 5D 39 0 8 D9 56 31
Octal 21 145 352 135 71 0 10 331 126 61
Binary 10001 1100101 11101010 1011101 111001 0 1000 11011001 1010110 110001

Color Harmonies of #1165EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165EA

Black with #1165EA

Text Example


Text Example

White with #1165EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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