Html Css Color HEX #165FEC Navy Blue

📋 copy color: '#165FEC'

red 22 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #165FEC

Tints of Navy Blue #165FEC

RGB

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

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

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

R = 6.23%
G = 26.91%
B = 66.86%

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

#165FEC (or 0x165FEC) is known color: Navy Blue. HEX triplet: 16, 5F and EC. RGB value is (22,95,236). Sum of RGB (Red+Green+Blue) = 22+95+236=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #165FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165FEC is #E9A013. Grayscale: #585858. Windows color (decimal): -15310868 or 15490838. OLE color: 15490838.

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

Color convert

RGB 22 95 236 -
CMYK 0.91 0.60 0 0.07
HSL 219.53º 0.85% 0.51% -
HSV(B) 219.53º 0.91% 0.93% -
XYZ 19.56 14.41 81.11 -
YUV 89.25 210.82 80.04 -
System Red Green Blue C M Y K H S L
Decimal 22 95 236 0.91 0.60 0 0.07 219.53 0.85 0.51
Hex 16 5F EC 5B 3C 0 7 DC 55 33
Octal 26 137 354 133 74 0 7 334 125 63
Binary 10110 1011111 11101100 1011011 111100 0 111 11011100 1010101 110011

Color Harmonies of #165FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FEC

Black with #165FEC

Text Example


Text Example

White with #165FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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