Html Css Color HEX #0068EC Navy Blue

📋 copy color: '#0068EC'

red 0 ◦ green 104 ◦ blue 236

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

Shades of Navy Blue #0068EC

Tints of Navy Blue #0068EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.41%

R = 0%
G = 30.59%
B = 69.41%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0068EC (or 0x0068EC) is known color: Navy Blue. HEX triplet: 00, 68 and EC. RGB value is (0,104,236). Sum of RGB (Red+Green+Blue) = 0+104+236=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #0068EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0068EC is #FF9713. Grayscale: #575757. Windows color (decimal): -16750356 or 15493120. OLE color: 15493120.

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

Color convert

RGB 0 104 236 -
CMYK 1 0.56 0 0.07
HSL 213.56º 1% 0.46% -
HSV(B) 213.56º 1% 0.93% -
XYZ 20.09 15.96 81.38 -
YUV 87.95 211.54 65.27 -
System Red Green Blue C M Y K H S L
Decimal 0 104 236 1 0.56 0 0.07 213.56 1 0.46
Hex 0 68 EC 64 38 0 7 D6 64 2E
Octal 0 150 354 144 70 0 7 326 144 56
Binary 0 1101000 11101100 1100100 111000 0 111 11010110 1100100 101110

Color Harmonies of #0068EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0068EC

Black with #0068EC

Text Example


Text Example

White with #0068EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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