Html Css Color HEX #0165FB Navy Blue

📋 copy color: '#0165FB'

red 1 ◦ green 101 ◦ blue 251

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

Shades of Navy Blue #0165FB

Tints of Navy Blue #0165FB

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 101 (39.84% from 255) = 28.61%

 BLUE value IS 251 (98.44% from 255) = 71.1%

R = 0.28%
G = 28.61%
B = 71.1%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0165FB (or 0x0165FB) is known color: Navy Blue. HEX triplet: 01, 65 and FB. RGB value is (1,101,251). Sum of RGB (Red+Green+Blue) = 1+101+251=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #0165FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0165FB is #FE9A04. Grayscale: #575757. Windows color (decimal): -16685573 or 16475393. OLE color: 16475393.

HSL color Cylindrical-coordinate representation of color #0165FB: hue angle of 216º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0165FB is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 101 251 -
CMYK 1.00 0.60 0 0.02
HSL 216º 0.99% 0.49% -
HSV(B) 216º 1% 0.98% -
XYZ 22.08 16.28 93.25 -
YUV 88.2 219.87 65.8 -
System Red Green Blue C M Y K H S L
Decimal 1 101 251 1.00 0.60 0 0.02 216 0.99 0.49
Hex 1 65 FB 64 3C 0 2 D8 63 31
Octal 1 145 373 144 74 0 2 330 143 61
Binary 1 1100101 11111011 1100100 111100 0 10 11011000 1100011 110001

Color Harmonies of #0165FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0165FB

Black with #0165FB

Text Example


Text Example

White with #0165FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0165FB; }

 p { color: rgb(1,101,251); }

 H1.HeaderClassName
 {
   color: #0165FB;
 }
 .AnyTagClassName
 {
   color: #0165FB;
 }
</style>

background-color css

<style>
 a { background-color: #0165FB; }

 a { background-color: rgb(1,101,251); }

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

border-color css

<style>
 span { border-color: #0165FB; }

 span { border-color: rgb(1,101,251); }

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