#000265

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

Shades of Navy #000265

Tints of Navy #000265

Color information

#000265 (or 0x000265) is unknown color: approx Navy. HEX triplet: 00, 02 and 65. RGB value is (0,2,101). Sum of RGB (Red+Green+Blue) = 0+2+101=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 101 (39.84% from 255 or 98.06% from 103); Max value from RGB is 101 - color contains mainly: blue. Hex color #000265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000265 is #FFFD9A. Grayscale: #0C0C0C. Windows color (decimal): -16776603 or 6619648. OLE color: 6619648.

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

Color convert

RGB02101-
CMYK10.9800.60
HSL238.81º100%19.8%-
HSV(B)238.81º100%39.61%-
XYZ2.370.9812.38-
YUV12.69177.84118.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 101 (39.84% from 255) = 98.06%
R=0%
G=1.94%
B=98.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal0210110.9800.60238.8110019.8
Hex0265646203Cef6414
Octal0214514414207435714424
Binary010110010111001001100010011110011101111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000265; }

 p { color: rgb(0,2,101); }

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

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

 a { background-color: rgb(0,2,101); }

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

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

 span { border-color: rgb(0,2,101); }

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