Html Css Color HEX #0168F7 Navy Blue

📋 copy color: '#0168F7'

red 1 ◦ green 104 ◦ blue 247

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

Shades of Navy Blue #0168F7

Tints of Navy Blue #0168F7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 247 (96.88% from 255) = 70.17%

R = 0.28%
G = 29.55%
B = 70.17%

CMYK

 C value IS 1.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0168F7 (or 0x0168F7) is known color: Navy Blue. HEX triplet: 01, 68 and F7. RGB value is (1,104,247). Sum of RGB (Red+Green+Blue) = 1+104+247=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 247 (96.88% from 255 or 70.17% from 352); Max value from RGB is 247 - color contains mainly: blue. Hex color #0168F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0168F7 is #FE9708. Grayscale: #585858. Windows color (decimal): -16684809 or 16214017. OLE color: 16214017.

HSL color Cylindrical-coordinate representation of color #0168F7: hue angle of 214.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0168F7 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 104 247 -
CMYK 1.00 0.58 0 0.03
HSL 214.88º 0.99% 0.49% -
HSV(B) 214.88º 1% 0.97% -
XYZ 21.75 16.62 90.06 -
YUV 89.51 216.88 64.87 -
System Red Green Blue C M Y K H S L
Decimal 1 104 247 1.00 0.58 0 0.03 214.88 0.99 0.49
Hex 1 68 F7 64 3A 0 3 D7 63 31
Octal 1 150 367 144 72 0 3 327 143 61
Binary 1 1101000 11110111 1100100 111010 0 11 11010111 1100011 110001

Color Harmonies of #0168F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0168F7

Black with #0168F7

Text Example


Text Example

White with #0168F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0168F7; }

 p { color: rgb(1,104,247); }

 H1.HeaderClassName
 {
   color: #0168F7;
 }
 .AnyTagClassName
 {
   color: #0168F7;
 }
</style>

background-color css

<style>
 a { background-color: #0168F7; }

 a { background-color: rgb(1,104,247); }

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

border-color css

<style>
 span { border-color: #0168F7; }

 span { border-color: rgb(1,104,247); }

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