Html Css Color HEX #165BEA Navy Blue

📋 copy color: '#165BEA'

red 22 ◦ green 91 ◦ blue 234

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

Shades of Navy Blue #165BEA

Tints of Navy Blue #165BEA

RGB

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

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

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

R = 6.34%
G = 26.22%
B = 67.44%

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

#165BEA (or 0x165BEA) is known color: Navy Blue. HEX triplet: 16, 5B and EA. RGB value is (22,91,234). Sum of RGB (Red+Green+Blue) = 22+91+234=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #165BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165BEA is #E9A415. Grayscale: #565656. Windows color (decimal): -15311894 or 15358742. OLE color: 15358742.

HSL color Cylindrical-coordinate representation of color #165BEA: hue angle of 220.47º degrees, saturation: 0.83, 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 #165BEA is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 91 234 -
CMYK 0.91 0.61 0 0.08
HSL 220.47º 0.83% 0.5% -
HSV(B) 220.47º 0.91% 0.92% -
XYZ 18.92 13.59 79.47 -
YUV 86.67 211.14 81.87 -
System Red Green Blue C M Y K H S L
Decimal 22 91 234 0.91 0.61 0 0.08 220.47 0.83 0.5
Hex 16 5B EA 5B 3D 0 8 DC 53 32
Octal 26 133 352 133 75 0 10 334 123 62
Binary 10110 1011011 11101010 1011011 111101 0 1000 11011100 1010011 110010

Color Harmonies of #165BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165BEA

Black with #165BEA

Text Example


Text Example

White with #165BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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