Html Css Color HEX #165AED Navy Blue

📋 copy color: '#165AED'

red 22 ◦ green 90 ◦ blue 237

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

Shades of Navy Blue #165AED

Tints of Navy Blue #165AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.91%

R = 6.3%
G = 25.79%
B = 67.91%

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

#165AED (or 0x165AED) is known color: Navy Blue. HEX triplet: 16, 5A and ED. RGB value is (22,90,237). Sum of RGB (Red+Green+Blue) = 22+90+237=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #165AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165AED is #E9A512. Grayscale: #555555. Windows color (decimal): -15312147 or 15555094. OLE color: 15555094.

HSL color Cylindrical-coordinate representation of color #165AED: hue angle of 221.02º 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 #165AED is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 90 237 -
CMYK 0.91 0.62 0 0.07
HSL 221.02º 0.86% 0.51% -
HSV(B) 221.02º 0.91% 0.93% -
XYZ 19.27 13.6 81.73 -
YUV 86.43 212.97 82.05 -
System Red Green Blue C M Y K H S L
Decimal 22 90 237 0.91 0.62 0 0.07 221.02 0.86 0.51
Hex 16 5A ED 5B 3E 0 7 DD 56 33
Octal 26 132 355 133 76 0 7 335 126 63
Binary 10110 1011010 11101101 1011011 111110 0 111 11011101 1010110 110011

Color Harmonies of #165AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165AED

Black with #165AED

Text Example


Text Example

White with #165AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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