Html Css Color HEX #165BEB Navy Blue

📋 copy color: '#165BEB'

red 22 ◦ green 91 ◦ blue 235

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

Shades of Navy Blue #165BEB

Tints of Navy Blue #165BEB

RGB

 RED value IS 22 (8.98% from 255) = 6.32%

 GREEN value IS 91 (35.94% from 255) = 26.15%

 BLUE value IS 235 (92.19% from 255) = 67.53%

R = 6.32%
G = 26.15%
B = 67.53%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#165BEB (or 0x165BEB) is known color: Navy Blue. HEX triplet: 16, 5B and EB. RGB value is (22,91,235). Sum of RGB (Red+Green+Blue) = 22+91+235=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #165BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165BEB is #E9A414. Grayscale: #565656. Windows color (decimal): -15311893 or 15424278. OLE color: 15424278.

HSL color Cylindrical-coordinate representation of color #165BEB: hue angle of 220.56º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165BEB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 91 235 -
CMYK 0.91 0.61 0 0.08
HSL 220.56º 0.84% 0.5% -
HSV(B) 220.56º 0.91% 0.92% -
XYZ 19.07 13.65 80.23 -
YUV 86.79 211.64 81.79 -
System Red Green Blue C M Y K H S L
Decimal 22 91 235 0.91 0.61 0 0.08 220.56 0.84 0.5
Hex 16 5B EB 5B 3D 0 8 DD 54 32
Octal 26 133 353 133 75 0 10 335 124 62
Binary 10110 1011011 11101011 1011011 111101 0 1000 11011101 1010100 110010

Color Harmonies of #165BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165BEB

Black with #165BEB

Text Example


Text Example

White with #165BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,91,235); }

 H1.HeaderClassName
 {
   color: #165BEB;
 }
 .AnyTagClassName
 {
   color: #165BEB;
 }
</style>

background-color css

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

 a { background-color: rgb(22,91,235); }

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

border-color css

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

 span { border-color: rgb(22,91,235); }

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