Html Css Color HEX #0168FD Navy Blue

📋 copy color: '#0168FD'

red 1 ◦ green 104 ◦ blue 253

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

Shades of Navy Blue #0168FD

Tints of Navy Blue #0168FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.67%

R = 0.28%
G = 29.05%
B = 70.67%

CMYK

 C value IS 1.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0168FD (or 0x0168FD) is known color: Navy Blue. HEX triplet: 01, 68 and FD. RGB value is (1,104,253). Sum of RGB (Red+Green+Blue) = 1+104+253=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #0168FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0168FD is #FE9702. Grayscale: #595959. Windows color (decimal): -16684803 or 16607233. OLE color: 16607233.

HSL color Cylindrical-coordinate representation of color #0168FD: hue angle of 215.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0168FD is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 104 253 -
CMYK 1.00 0.59 0 0.01
HSL 215.48º 0.99% 0.5% -
HSV(B) 215.48º 1% 0.99% -
XYZ 22.69 17 95.01 -
YUV 90.19 219.88 64.38 -
System Red Green Blue C M Y K H S L
Decimal 1 104 253 1.00 0.59 0 0.01 215.48 0.99 0.5
Hex 1 68 FD 64 3B 0 1 D7 63 32
Octal 1 150 375 144 73 0 1 327 143 62
Binary 1 1101000 11111101 1100100 111011 0 1 11010111 1100011 110010

Color Harmonies of #0168FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0168FD

Black with #0168FD

Text Example


Text Example

White with #0168FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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