#0675D2

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

Shades of Navy Blue #0675D2

Tints of Navy Blue #0675D2

Color information

#0675D2 (or 0x0675D2) is unknown color: approx Navy Blue. HEX triplet: 06, 75 and D2. RGB value is (6,117,210). Sum of RGB (Red+Green+Blue) = 6+117+210=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 210 (82.42% from 255 or 63.06% from 333); Max value from RGB is 210 - color contains mainly: blue. Hex color #0675D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675D2 is #F98A2D. Grayscale: #5D5D5D. Windows color (decimal): -16353838 or 13792518. OLE color: 13792518.

HSL color Cylindrical-coordinate representation of color #0675D2: hue angle of 207.35º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675D2 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6117210-
CMYK0.970.4400.18
HSL207.35º94.44%42.35%-
HSV(B)207.35º97.14%82.35%-
XYZ18.0717.4163.38-
YUV94.41193.2364.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 210 (82.42% from 255) = 63.06%
R=1.80%
G=35.14%
B=63.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61172100.970.4400.18207.3594.4442.35
Hex675D2612C012cf5e2a
Octal61653221415402231713652
Binary1101110101110100101100001101100010010110011111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0675D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0675D2; }

 p { color: rgb(6,117,210); }

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

<style>
 a { background-color: #0675D2; }

 a { background-color: rgb(6,117,210); }

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

<style>
 span { border-color: #0675D2; }

 span { border-color: rgb(6,117,210); }

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