Html Css Color HEX #0068DF Navy Blue

📋 copy color: '#0068DF'

red 0 ◦ green 104 ◦ blue 223

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

Shades of Navy Blue #0068DF

Tints of Navy Blue #0068DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 0%
G = 31.8%
B = 68.2%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0068DF (or 0x0068DF) is known color: Navy Blue. HEX triplet: 00, 68 and DF. RGB value is (0,104,223). Sum of RGB (Red+Green+Blue) = 0+104+223=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #0068DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0068DF is #FF9720. Grayscale: #555555. Windows color (decimal): -16750369 or 14641152. OLE color: 14641152.

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

Color convert

RGB 0 104 223 -
CMYK 1 0.53 0 0.13
HSL 212.02º 1% 0.44% -
HSV(B) 212.02º 1% 0.87% -
XYZ 18.27 15.23 71.79 -
YUV 86.47 205.04 66.32 -
System Red Green Blue C M Y K H S L
Decimal 0 104 223 1 0.53 0 0.13 212.02 1 0.44
Hex 0 68 DF 64 35 0 D D4 64 2C
Octal 0 150 337 144 65 0 15 324 144 54
Binary 0 1101000 11011111 1100100 110101 0 1101 11010100 1100100 101100

Color Harmonies of #0068DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0068DF

Black with #0068DF

Text Example


Text Example

White with #0068DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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