#030865

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

Shades of Navy #030865

Tints of Navy #030865

Color information

#030865 (or 0x030865) is unknown color: approx Navy. HEX triplet: 03, 08 and 65. RGB value is (3,8,101). Sum of RGB (Red+Green+Blue) = 3+8+101=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 101 (39.84% from 255 or 90.18% from 112); Max value from RGB is 101 - color contains mainly: blue. Hex color #030865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030865 is #FCF79A. Grayscale: #101010. Windows color (decimal): -16578459 or 6621187. OLE color: 6621187.

HSL color Cylindrical-coordinate representation of color #030865: hue angle of 236.94º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030865 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB38101-
CMYK0.970.9200.60
HSL236.94º94.23%20.39%-
HSV(B)236.94º97.03%39.61%-
XYZ2.471.1312.4-
YUV17.11175.34117.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 101 (39.84% from 255) = 90.18%
R=2.68%
G=7.14%
B=90.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal381010.970.9200.60236.9494.2320.39
Hex3865615C03Ced5e14
Octal31014514113407435513624
Binary111000110010111000011011100011110011101101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030865; }

 p { color: rgb(3,8,101); }

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

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

 a { background-color: rgb(3,8,101); }

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

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

 span { border-color: rgb(3,8,101); }

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