Html Css Color HEX #165DF2 Navy Blue

📋 copy color: '#165DF2'

red 22 ◦ green 93 ◦ blue 242

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

Shades of Navy Blue #165DF2

Tints of Navy Blue #165DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

 BLUE value IS 242 (94.92% from 255) = 67.79%

R = 6.16%
G = 26.05%
B = 67.79%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#165DF2 (or 0x165DF2) is known color: Navy Blue. HEX triplet: 16, 5D and F2. RGB value is (22,93,242). Sum of RGB (Red+Green+Blue) = 22+93+242=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #165DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DF2 is #E9A20D. Grayscale: #585858. Windows color (decimal): -15311374 or 15883542. OLE color: 15883542.

HSL color Cylindrical-coordinate representation of color #165DF2: hue angle of 220.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165DF2 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 22 93 242 -
CMYK 0.91 0.62 0 0.05
HSL 220.64º 0.89% 0.52% -
HSV(B) 220.64º 0.91% 0.95% -
XYZ 20.27 14.41 85.72 -
YUV 88.76 214.48 80.38 -
System Red Green Blue C M Y K H S L
Decimal 22 93 242 0.91 0.62 0 0.05 220.64 0.89 0.52
Hex 16 5D F2 5B 3E 0 5 DD 59 34
Octal 26 135 362 133 76 0 5 335 131 64
Binary 10110 1011101 11110010 1011011 111110 0 101 11011101 1011001 110100

Color Harmonies of #165DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DF2

Black with #165DF2

Text Example


Text Example

White with #165DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,93,242); }

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

background-color css

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

 a { background-color: rgb(22,93,242); }

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

border-color css

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

 span { border-color: rgb(22,93,242); }

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