Html Css Color HEX #0068B9 Navy Blue

📋 copy color: '#0068B9'

red 0 ◦ green 104 ◦ blue 185

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

Shades of Navy Blue #0068B9

Tints of Navy Blue #0068B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 64.01%

R = 0%
G = 35.99%
B = 64.01%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0068B9 (or 0x0068B9) is known color: Navy Blue. HEX triplet: 00, 68 and B9. RGB value is (0,104,185). Sum of RGB (Red+Green+Blue) = 0+104+185=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 185 (72.66% from 255 or 64.01% from 289); Max value from RGB is 185 - color contains mainly: blue. Hex color #0068B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0068B9 is #FF9746. Grayscale: #515151. Windows color (decimal): -16750407 or 12150784. OLE color: 12150784.

HSL color Cylindrical-coordinate representation of color #0068B9: hue angle of 206.27º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0068B9 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 104 185 -
CMYK 1 0.44 0 0.27
HSL 206.27º 1% 0.36% -
HSV(B) 206.27º 1% 0.73% -
XYZ 13.71 13.4 47.76 -
YUV 82.14 186.04 69.41 -
System Red Green Blue C M Y K H S L
Decimal 0 104 185 1 0.44 0 0.27 206.27 1 0.36
Hex 0 68 B9 64 2C 0 1B CE 64 24
Octal 0 150 271 144 54 0 33 316 144 44
Binary 0 1101000 10111001 1100100 101100 0 11011 11001110 1100100 100100

Color Harmonies of #0068B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0068B9

Black with #0068B9

Text Example


Text Example

White with #0068B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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