Html Css Color HEX #0068FE Navy Blue

📋 copy color: '#0068FE'

red 0 ◦ green 104 ◦ blue 254

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

Shades of Navy Blue #0068FE

Tints of Navy Blue #0068FE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 254 (99.61% from 255) = 70.95%

R = 0%
G = 29.05%
B = 70.95%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0068FE (or 0x0068FE) is known color: Navy Blue. HEX triplet: 00, 68 and FE. RGB value is (0,104,254). Sum of RGB (Red+Green+Blue) = 0+104+254=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #0068FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0068FE is #FF9701. Grayscale: #595959. Windows color (decimal): -16750338 or 16672768. OLE color: 16672768.

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

Color convert

RGB 0 104 254 -
CMYK 1 0.59 0 0.00
HSL 215.43º 1% 0.5% -
HSV(B) 215.43º 1% 1% -
XYZ 22.84 17.06 95.85 -
YUV 90 220.54 63.8 -
System Red Green Blue C M Y K H S L
Decimal 0 104 254 1 0.59 0 0.00 215.43 1 0.5
Hex 0 68 FE 64 3B 0 0 D7 64 32
Octal 0 150 376 144 73 0 0 327 144 62
Binary 0 1101000 11111110 1100100 111011 0 0 11010111 1100100 110010

Color Harmonies of #0068FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0068FE

Black with #0068FE

Text Example


Text Example

White with #0068FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0068FE; }

 p { color: rgb(0,104,254); }

 H1.HeaderClassName
 {
   color: #0068FE;
 }
 .AnyTagClassName
 {
   color: #0068FE;
 }
</style>

background-color css

<style>
 a { background-color: #0068FE; }

 a { background-color: rgb(0,104,254); }

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

border-color css

<style>
 span { border-color: #0068FE; }

 span { border-color: rgb(0,104,254); }

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