Html Css Color HEX #0068CD Navy Blue

📋 copy color: '#0068CD'

red 0 ◦ green 104 ◦ blue 205

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

Shades of Navy Blue #0068CD

Tints of Navy Blue #0068CD

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 value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0068CD (or 0x0068CD) is known color: 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

RGB 0 104 205 -
CMYK 1 0.49 0 0.20
HSL 209.56º 1% 0.4% -
HSV(B) 209.56º 1% 0.8% -
XYZ 15.97 14.31 59.68 -
YUV 84.42 196.04 67.79 -
System Red Green Blue C M Y K H S L
Decimal 0 104 205 1 0.49 0 0.20 209.56 1 0.4
Hex 0 68 CD 64 31 0 14 D2 64 28
Octal 0 150 315 144 61 0 24 322 144 50
Binary 0 1101000 11001101 1100100 110001 0 10100 11010010 1100100 101000

Color Harmonies of #0068CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0068CD

Black with #0068CD

Text Example


Text Example

White with #0068CD

Text Example


Text Example

HTML Codes & Css Web 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>