Html Css Color HEX #165CE7 Navy Blue

📋 copy color: '#165CE7'

red 22 ◦ green 92 ◦ blue 231

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

Shades of Navy Blue #165CE7

Tints of Navy Blue #165CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 66.96%

R = 6.38%
G = 26.67%
B = 66.96%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#165CE7 (or 0x165CE7) is known color: Navy Blue. HEX triplet: 16, 5C and E7. RGB value is (22,92,231). Sum of RGB (Red+Green+Blue) = 22+92+231=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 231 (90.62% from 255 or 66.96% from 345); Max value from RGB is 231 - color contains mainly: blue. Hex color #165CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165CE7 is #E9A318. Grayscale: #565656. Windows color (decimal): -15311641 or 15162390. OLE color: 15162390.

HSL color Cylindrical-coordinate representation of color #165CE7: hue angle of 219.9º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165CE7 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 22 92 231 -
CMYK 0.90 0.60 0 0.09
HSL 219.9º 0.83% 0.5% -
HSV(B) 219.9º 0.9% 0.91% -
XYZ 18.58 13.59 77.25 -
YUV 86.92 209.31 81.7 -
System Red Green Blue C M Y K H S L
Decimal 22 92 231 0.90 0.60 0 0.09 219.9 0.83 0.5
Hex 16 5C E7 5A 3C 0 9 DC 53 32
Octal 26 134 347 132 74 0 11 334 123 62
Binary 10110 1011100 11100111 1011010 111100 0 1001 11011100 1010011 110010

Color Harmonies of #165CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165CE7

Black with #165CE7

Text Example


Text Example

White with #165CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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