#0068CD

Color #0068CD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0068CD

Tints of Navy Blue #0068CD

Color information

#0068CD (or 0x0068CD) is unknown color: approx Navy Blue. HEX triplet: 00, 68 and CD. RGB value is (0,104,205). Sum of RGB (Red+Green+Blue) = 0+104+205=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #0068CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0068CD is #FF9732. Grayscale: #535353. Windows color (decimal): -16750387 or 13461504. OLE color: 13461504.

HSL color Cylindrical-coordinate representation of color #0068CD: hue angle of 209.56º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0068CD is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0104205-
CMYK10.4900.20
HSL209.56º100%40.2%-
HSV(B)209.56º100%80.39%-
XYZ15.9714.3159.68-
YUV84.42196.0467.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 205 (80.47% from 255) = 66.34%
R=0%
G=33.66%
B=66.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal010420510.4900.20209.5610040.2
Hex068CD6431014d26428
Octal01503151446102432214450
Binary01101000110011011100100110001010100110100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0068CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0068CD;
 }
 .AnyTagClassName
 {
   color: #0068CD;
 }
</style>
background-color css

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

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

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

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

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

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