Html Css Color HEX #165CE1 Navy Blue

📋 copy color: '#165CE1'

red 22 ◦ green 92 ◦ blue 225

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

Shades of Navy Blue #165CE1

Tints of Navy Blue #165CE1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 6.49%
G = 27.14%
B = 66.37%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#165CE1 (or 0x165CE1) is known color: Navy Blue. HEX triplet: 16, 5C and E1. RGB value is (22,92,225). Sum of RGB (Red+Green+Blue) = 22+92+225=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #165CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165CE1 is #E9A31E. Grayscale: #555555. Windows color (decimal): -15311647 or 14769174. OLE color: 14769174.

HSL color Cylindrical-coordinate representation of color #165CE1: hue angle of 219.31º 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 #165CE1 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 22 92 225 -
CMYK 0.90 0.59 0 0.12
HSL 219.31º 0.82% 0.48% -
HSV(B) 219.31º 0.9% 0.88% -
XYZ 17.75 13.26 72.86 -
YUV 86.23 206.31 82.19 -
System Red Green Blue C M Y K H S L
Decimal 22 92 225 0.90 0.59 0 0.12 219.31 0.82 0.48
Hex 16 5C E1 5A 3B 0 C DB 52 30
Octal 26 134 341 132 73 0 14 333 122 60
Binary 10110 1011100 11100001 1011010 111011 0 1100 11011011 1010010 110000

Color Harmonies of #165CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165CE1

Black with #165CE1

Text Example


Text Example

White with #165CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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