Html Css Color HEX #165BEF Navy Blue

📋 copy color: '#165BEF'

red 22 ◦ green 91 ◦ blue 239

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

Shades of Navy Blue #165BEF

Tints of Navy Blue #165BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 6.25%
G = 25.85%
B = 67.9%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#165BEF (or 0x165BEF) is known color: Navy Blue. HEX triplet: 16, 5B and EF. RGB value is (22,91,239). Sum of RGB (Red+Green+Blue) = 22+91+239=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #165BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165BEF is #E9A410. Grayscale: #565656. Windows color (decimal): -15311889 or 15686422. OLE color: 15686422.

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

Color convert

RGB 22 91 239 -
CMYK 0.91 0.62 0 0.06
HSL 220.92º 0.87% 0.51% -
HSV(B) 220.92º 0.91% 0.94% -
XYZ 19.65 13.88 83.31 -
YUV 87.24 213.64 81.47 -
System Red Green Blue C M Y K H S L
Decimal 22 91 239 0.91 0.62 0 0.06 220.92 0.87 0.51
Hex 16 5B EF 5B 3E 0 6 DD 57 33
Octal 26 133 357 133 76 0 6 335 127 63
Binary 10110 1011011 11101111 1011011 111110 0 110 11011101 1010111 110011

Color Harmonies of #165BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165BEF

Black with #165BEF

Text Example


Text Example

White with #165BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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