Html Css Color HEX #165AFF Royal Blue

📋 copy color: '#165AFF'

red 22 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #165AFF

Tints of Royal Blue #165AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

 BLUE value IS 255 (100% from 255) = 69.48%

R = 5.99%
G = 24.52%
B = 69.48%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#165AFF (or 0x165AFF) is known color: Royal Blue. HEX triplet: 16, 5A and FF. RGB value is (22,90,255). Sum of RGB (Red+Green+Blue) = 22+90+255=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #165AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165AFF is #E9A500. Grayscale: #575757. Windows color (decimal): -15312129 or 16734742. OLE color: 16734742.

HSL color Cylindrical-coordinate representation of color #165AFF: hue angle of 222.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165AFF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 22 90 255 -
CMYK 0.91 0.65 0 0
HSL 222.49º 1% 0.54% -
HSV(B) 222.49º 0.91% 1% -
XYZ 22.04 14.7 96.28 -
YUV 88.48 221.97 80.58 -
System Red Green Blue C M Y K H S L
Decimal 22 90 255 0.91 0.65 0 0 222.49 1 0.54
Hex 16 5A FF 5B 41 0 0 DE 64 36
Octal 26 132 377 133 101 0 0 336 144 66
Binary 10110 1011010 11111111 1011011 1000001 0 0 11011110 1100100 110110

Color Harmonies of #165AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165AFF

Black with #165AFF

Text Example


Text Example

White with #165AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,90,255); }

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

background-color css

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

 a { background-color: rgb(22,90,255); }

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

border-color css

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

 span { border-color: rgb(22,90,255); }

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