Html Css Color HEX #165BEE Navy Blue

📋 copy color: '#165BEE'

red 22 ◦ green 91 ◦ blue 238

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

Shades of Navy Blue #165BEE

Tints of Navy Blue #165BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.81%

R = 6.27%
G = 25.93%
B = 67.81%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#165BEE (or 0x165BEE) is known color: Navy Blue. HEX triplet: 16, 5B and EE. RGB value is (22,91,238). Sum of RGB (Red+Green+Blue) = 22+91+238=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #165BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165BEE is #E9A411. Grayscale: #565656. Windows color (decimal): -15311890 or 15620886. OLE color: 15620886.

HSL color Cylindrical-coordinate representation of color #165BEE: hue angle of 220.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165BEE is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 91 238 -
CMYK 0.91 0.62 0 0.07
HSL 220.83º 0.86% 0.51% -
HSV(B) 220.83º 0.91% 0.93% -
XYZ 19.5 13.83 82.53 -
YUV 87.13 213.14 81.55 -
System Red Green Blue C M Y K H S L
Decimal 22 91 238 0.91 0.62 0 0.07 220.83 0.86 0.51
Hex 16 5B EE 5B 3E 0 7 DD 56 33
Octal 26 133 356 133 76 0 7 335 126 63
Binary 10110 1011011 11101110 1011011 111110 0 111 11011101 1010110 110011

Color Harmonies of #165BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165BEE

Black with #165BEE

Text Example


Text Example

White with #165BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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