Html Css Color HEX #165FE1 Navy Blue

📋 copy color: '#165FE1'

red 22 ◦ green 95 ◦ blue 225

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

Shades of Navy Blue #165FE1

Tints of Navy Blue #165FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 65.79%

R = 6.43%
G = 27.78%
B = 65.79%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#165FE1 (or 0x165FE1) is known color: Navy Blue. HEX triplet: 16, 5F and E1. RGB value is (22,95,225). Sum of RGB (Red+Green+Blue) = 22+95+225=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 225 (88.28% from 255 or 65.79% from 342); Max value from RGB is 225 - color contains mainly: blue. Hex color #165FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FE1 is #E9A01E. Grayscale: #575757. Windows color (decimal): -15310879 or 14769942. OLE color: 14769942.

HSL color Cylindrical-coordinate representation of color #165FE1: hue angle of 218.42º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165FE1 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 22 95 225 -
CMYK 0.90 0.58 0 0.12
HSL 218.42º 0.82% 0.48% -
HSV(B) 218.42º 0.9% 0.88% -
XYZ 18.01 13.79 72.95 -
YUV 87.99 205.32 80.93 -
System Red Green Blue C M Y K H S L
Decimal 22 95 225 0.90 0.58 0 0.12 218.42 0.82 0.48
Hex 16 5F E1 5A 3A 0 C DA 52 30
Octal 26 137 341 132 72 0 14 332 122 60
Binary 10110 1011111 11100001 1011010 111010 0 1100 11011010 1010010 110000

Color Harmonies of #165FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FE1

Black with #165FE1

Text Example


Text Example

White with #165FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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