#030F83

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

Shades of Navy #030F83

Tints of Navy #030F83

Color information

#030F83 (or 0x030F83) is unknown color: approx Navy. HEX triplet: 03, 0F and 83. RGB value is (3,15,131). Sum of RGB (Red+Green+Blue) = 3+15+131=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 131 (51.56% from 255 or 87.92% from 149); Max value from RGB is 131 - color contains mainly: blue. Hex color #030F83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030F83 is #FCF07C. Grayscale: #181818. Windows color (decimal): -16576637 or 8589059. OLE color: 8589059.

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

Color convert

RGB315131-
CMYK0.980.8900.49
HSL234.38º95.52%26.27%-
HSV(B)234.38º97.71%51.37%-
XYZ4.31221.63-
YUV24.64188.02112.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 15 (6.25% from 255) = 10.07%
BLUE value IS 131 (51.56% from 255) = 87.92%
R=2.01%
G=10.07%
B=87.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3151310.980.8900.49234.3895.5226.27
Hex3F836259031ea601a
Octal31720314213106135214032
Binary1111111000001111000101011001011000111101010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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