#075CD0

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

Shades of Navy Blue #075CD0

Tints of Navy Blue #075CD0

Color information

#075CD0 (or 0x075CD0) is unknown color: approx Navy Blue. HEX triplet: 07, 5C and D0. RGB value is (7,92,208). Sum of RGB (Red+Green+Blue) = 7+92+208=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 208 (81.64% from 255 or 67.75% from 307); Max value from RGB is 208 - color contains mainly: blue. Hex color #075CD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075CD0 is #F8A32F. Grayscale: #4F4F4F. Windows color (decimal): -16294704 or 13655047. OLE color: 13655047.

HSL color Cylindrical-coordinate representation of color #075CD0: hue angle of 214.63º degrees, saturation: 0.93, 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 #075CD0 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB792208-
CMYK0.970.5600.18
HSL214.63º93.49%42.16%-
HSV(B)214.63º96.63%81.57%-
XYZ15.312.2561.23-
YUV79.81200.3476.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.28%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 208 (81.64% from 255) = 67.75%
R=2.28%
G=29.97%
B=67.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal7922080.970.5600.18214.6393.4942.16
Hex75CD06138012d75d2a
Octal71343201417002232713552
Binary1111011100110100001100001111000010010110101111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075CD0; }

 p { color: rgb(7,92,208); }

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

<style>
 a { background-color: #075CD0; }

 a { background-color: rgb(7,92,208); }

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

<style>
 span { border-color: #075CD0; }

 span { border-color: rgb(7,92,208); }

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