Html Css Color HEX #0068CB Navy Blue

📋 copy color: '#0068CB'

red 0 ◦ green 104 ◦ blue 203

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

Shades of Navy Blue #0068CB

Tints of Navy Blue #0068CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.12%

R = 0%
G = 33.88%
B = 66.12%

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

#0068CB (or 0x0068CB) is known color: Navy Blue. HEX triplet: 00, 68 and CB. RGB value is (0,104,203). Sum of RGB (Red+Green+Blue) = 0+104+203=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #0068CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0068CB is #FF9734. Grayscale: #535353. Windows color (decimal): -16750389 or 13330432. OLE color: 13330432.

HSL color Cylindrical-coordinate representation of color #0068CB: hue angle of 209.26º 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 #0068CB is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 104 203 -
CMYK 1 0.49 0 0.20
HSL 209.26º 1% 0.4% -
HSV(B) 209.26º 1% 0.8% -
XYZ 15.73 14.21 58.41 -
YUV 84.19 195.04 67.95 -
System Red Green Blue C M Y K H S L
Decimal 0 104 203 1 0.49 0 0.20 209.26 1 0.4
Hex 0 68 CB 64 31 0 14 D1 64 28
Octal 0 150 313 144 61 0 24 321 144 50
Binary 0 1101000 11001011 1100100 110001 0 10100 11010001 1100100 101000

Color Harmonies of #0068CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0068CB

Black with #0068CB

Text Example


Text Example

White with #0068CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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