Html Css Color HEX #0068EB Navy Blue

📋 copy color: '#0068EB'

red 0 ◦ green 104 ◦ blue 235

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

Shades of Navy Blue #0068EB

Tints of Navy Blue #0068EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.32%

R = 0%
G = 30.68%
B = 69.32%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0068EB (or 0x0068EB) is known color: Navy Blue. HEX triplet: 00, 68 and EB. RGB value is (0,104,235). Sum of RGB (Red+Green+Blue) = 0+104+235=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #0068EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0068EB is #FF9714. Grayscale: #575757. Windows color (decimal): -16750357 or 15427584. OLE color: 15427584.

HSL color Cylindrical-coordinate representation of color #0068EB: hue angle of 213.45º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0068EB is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 104 235 -
CMYK 1 0.56 0 0.08
HSL 213.45º 1% 0.46% -
HSV(B) 213.45º 1% 0.92% -
XYZ 19.95 15.9 80.61 -
YUV 87.84 211.04 65.35 -
System Red Green Blue C M Y K H S L
Decimal 0 104 235 1 0.56 0 0.08 213.45 1 0.46
Hex 0 68 EB 64 38 0 8 D5 64 2E
Octal 0 150 353 144 70 0 10 325 144 56
Binary 0 1101000 11101011 1100100 111000 0 1000 11010101 1100100 101110

Color Harmonies of #0068EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0068EB

Black with #0068EB

Text Example


Text Example

White with #0068EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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