Html Css Color HEX #0676DF Navy Blue

📋 copy color: '#0676DF'

red 6 ◦ green 118 ◦ blue 223

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

Shades of Navy Blue #0676DF

Tints of Navy Blue #0676DF

RGB

 RED value IS 6 (2.73% from 255) = 1.73%

 GREEN value IS 118 (46.48% from 255) = 34.01%

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

R = 1.73%
G = 34.01%
B = 64.27%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0676DF (or 0x0676DF) is known color: Navy Blue. HEX triplet: 06, 76 and DF. RGB value is (6,118,223). Sum of RGB (Red+Green+Blue) = 6+118+223=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #0676DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0676DF is #F98920. Grayscale: #5F5F5F. Windows color (decimal): -16353569 or 14644742. OLE color: 14644742.

HSL color Cylindrical-coordinate representation of color #0676DF: hue angle of 209.03º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0676DF is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 118 223 -
CMYK 0.97 0.47 0 0.13
HSL 209.03º 0.95% 0.45% -
HSV(B) 209.03º 0.97% 0.87% -
XYZ 19.87 18.32 72.3 -
YUV 96.48 199.39 63.46 -
System Red Green Blue C M Y K H S L
Decimal 6 118 223 0.97 0.47 0 0.13 209.03 0.95 0.45
Hex 6 76 DF 61 2F 0 D D1 5F 2D
Octal 6 166 337 141 57 0 15 321 137 55
Binary 110 1110110 11011111 1100001 101111 0 1101 11010001 1011111 101101

Color Harmonies of #0676DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0676DF

Black with #0676DF

Text Example


Text Example

White with #0676DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,118,223); }

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

background-color css

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

 a { background-color: rgb(6,118,223); }

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

border-color css

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

 span { border-color: rgb(6,118,223); }

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