#000283

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

Shades of Navy #000283

Tints of Navy #000283

Color information

#000283 (or 0x000283) is unknown color: approx Navy. HEX triplet: 00, 02 and 83. RGB value is (0,2,131). Sum of RGB (Red+Green+Blue) = 0+2+131=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 131 (51.56% from 255 or 98.50% from 133); Max value from RGB is 131 - color contains mainly: blue. Hex color #000283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000283 is #FFFD7C. Grayscale: #0F0F0F. Windows color (decimal): -16776573 or 8585728. OLE color: 8585728.

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

Color convert

RGB02131-
CMYK10.9800.49
HSL239.08º100%25.69%-
HSV(B)239.08º100%51.37%-
XYZ4.121.6821.58-
YUV16.11192.84116.51-

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.50%
BLUE value IS 131 (51.56% from 255) = 98.50%
R=0%
G=1.50%
B=98.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0213110.9800.49239.0810025.69
Hex02836462031ef641a
Octal0220314414206135714432
Binary0101000001111001001100010011000111101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000283; }

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

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

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

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

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

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

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

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