Html Css Color HEX #165FEE Navy Blue

📋 copy color: '#165FEE'

red 22 ◦ green 95 ◦ blue 238

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

Shades of Navy Blue #165FEE

Tints of Navy Blue #165FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.76%

 BLUE value IS 238 (93.36% from 255) = 67.04%

R = 6.2%
G = 26.76%
B = 67.04%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#165FEE (or 0x165FEE) is known color: Navy Blue. HEX triplet: 16, 5F and EE. RGB value is (22,95,238). Sum of RGB (Red+Green+Blue) = 22+95+238=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #165FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165FEE is #E9A011. Grayscale: #585858. Windows color (decimal): -15310866 or 15621910. OLE color: 15621910.

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

Color convert

RGB 22 95 238 -
CMYK 0.91 0.60 0 0.07
HSL 219.72º 0.86% 0.51% -
HSV(B) 219.72º 0.91% 0.93% -
XYZ 19.86 14.53 82.65 -
YUV 89.48 211.82 79.87 -
System Red Green Blue C M Y K H S L
Decimal 22 95 238 0.91 0.60 0 0.07 219.72 0.86 0.51
Hex 16 5F EE 5B 3C 0 7 DC 56 33
Octal 26 137 356 133 74 0 7 334 126 63
Binary 10110 1011111 11101110 1011011 111100 0 111 11011100 1010110 110011

Color Harmonies of #165FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FEE

Black with #165FEE

Text Example


Text Example

White with #165FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,95,238); }

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

background-color css

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

 a { background-color: rgb(22,95,238); }

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

border-color css

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

 span { border-color: rgb(22,95,238); }

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