#030F85

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

Shades of Navy #030F85

Tints of Navy #030F85

Color information

#030F85 (or 0x030F85) is unknown color: approx Navy. HEX triplet: 03, 0F and 85. RGB value is (3,15,133). Sum of RGB (Red+Green+Blue) = 3+15+133=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #030F85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030F85 is #FCF07A. Grayscale: #181818. Windows color (decimal): -16576635 or 8720131. OLE color: 8720131.

HSL color Cylindrical-coordinate representation of color #030F85: hue angle of 234.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030F85 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB315133-
CMYK0.980.8900.48
HSL234.46º95.59%26.67%-
HSV(B)234.46º97.74%52.16%-
XYZ4.442.0522.35-
YUV24.86189.02112.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 133 (52.34% from 255) = 88.08%
R=1.99%
G=9.93%
B=88.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3151330.980.8900.48234.4695.5926.67
Hex3F856259030ea601b
Octal31720514213106035214033
Binary1111111000010111000101011001011000011101010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030F85; }

 p { color: rgb(3,15,133); }

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

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

 a { background-color: rgb(3,15,133); }

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

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

 span { border-color: rgb(3,15,133); }

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