Html Css Color HEX #165AEC Navy Blue

📋 copy color: '#165AEC'

red 22 ◦ green 90 ◦ blue 236

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

Shades of Navy Blue #165AEC

Tints of Navy Blue #165AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.82%

R = 6.32%
G = 25.86%
B = 67.82%

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

#165AEC (or 0x165AEC) is known color: Navy Blue. HEX triplet: 16, 5A and EC. RGB value is (22,90,236). Sum of RGB (Red+Green+Blue) = 22+90+236=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #165AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165AEC is #E9A513. Grayscale: #555555. Windows color (decimal): -15312148 or 15489558. OLE color: 15489558.

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

Color convert

RGB 22 90 236 -
CMYK 0.91 0.62 0 0.07
HSL 220.93º 0.85% 0.51% -
HSV(B) 220.93º 0.91% 0.93% -
XYZ 19.13 13.54 80.96 -
YUV 86.31 212.47 82.13 -
System Red Green Blue C M Y K H S L
Decimal 22 90 236 0.91 0.62 0 0.07 220.93 0.85 0.51
Hex 16 5A EC 5B 3E 0 7 DD 55 33
Octal 26 132 354 133 76 0 7 335 125 63
Binary 10110 1011010 11101100 1011011 111110 0 111 11011101 1010101 110011

Color Harmonies of #165AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165AEC

Black with #165AEC

Text Example


Text Example

White with #165AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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