Html Css Color HEX #165EEF Navy Blue

📋 copy color: '#165EEF'

red 22 ◦ green 94 ◦ blue 239

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

Shades of Navy Blue #165EEF

Tints of Navy Blue #165EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.48%

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

R = 6.2%
G = 26.48%
B = 67.32%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#165EEF (or 0x165EEF) is known color: Navy Blue. HEX triplet: 16, 5E and EF. RGB value is (22,94,239). Sum of RGB (Red+Green+Blue) = 22+94+239=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #165EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165EEF is #E9A110. Grayscale: #585858. Windows color (decimal): -15311121 or 15687190. OLE color: 15687190.

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

Color convert

RGB 22 94 239 -
CMYK 0.91 0.61 0 0.06
HSL 220.09º 0.87% 0.51% -
HSV(B) 220.09º 0.91% 0.94% -
XYZ 19.91 14.41 83.39 -
YUV 89 212.65 80.21 -
System Red Green Blue C M Y K H S L
Decimal 22 94 239 0.91 0.61 0 0.06 220.09 0.87 0.51
Hex 16 5E EF 5B 3D 0 6 DC 57 33
Octal 26 136 357 133 75 0 6 334 127 63
Binary 10110 1011110 11101111 1011011 111101 0 110 11011100 1010111 110011

Color Harmonies of #165EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165EEF

Black with #165EEF

Text Example


Text Example

White with #165EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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