#030675

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

Shades of Navy #030675

Tints of Navy #030675

Color information

#030675 (or 0x030675) is unknown color: approx Navy. HEX triplet: 03, 06 and 75. RGB value is (3,6,117). Sum of RGB (Red+Green+Blue) = 3+6+117=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 117 (46.09% from 255 or 92.86% from 126); Max value from RGB is 117 - color contains mainly: blue. Hex color #030675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030675 is #FCF98A. Grayscale: #111111. Windows color (decimal): -16578955 or 7669251. OLE color: 7669251.

HSL color Cylindrical-coordinate representation of color #030675: hue angle of 238.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030675 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB36117-
CMYK0.970.9500.54
HSL238.42º95%23.53%-
HSV(B)238.42º97.44%45.88%-
XYZ3.311.4316.93-
YUV17.76184.01117.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 117 (46.09% from 255) = 92.86%
R=2.38%
G=4.76%
B=92.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal361170.970.9500.54238.429523.53
Hex3675615F036ee5f18
Octal3616514113706635613730
Binary11110111010111000011011111011011011101110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030675; }

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

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

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

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

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

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

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

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