#0081DE

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

Shades of Navy Blue #0081DE

Tints of Navy Blue #0081DE

Color information

#0081DE (or 0x0081DE) is unknown color: approx Navy Blue. HEX triplet: 00, 81 and DE. RGB value is (0,129,222). Sum of RGB (Red+Green+Blue) = 0+129+222=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #0081DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081DE is #FF7E21. Grayscale: #646464. Windows color (decimal): -16743970 or 14582016. OLE color: 14582016.

HSL color Cylindrical-coordinate representation of color #0081DE: hue angle of 205.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081DE is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0129222-
CMYK10.4200.13
HSL205.14º100%43.53%-
HSV(B)205.14º100%87.06%-
XYZ21.0420.9772.05-
YUV101.03196.2655.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 222 (87.11% from 255) = 63.25%
R=0%
G=36.75%
B=63.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal012922210.4200.13205.1410043.53
Hex081DE642A0Dcd642c
Octal02013361445201531514454
Binary01000000111011110110010010101001101110011011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0081DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0081DE; }

 p { color: rgb(0,129,222); }

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

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

 a { background-color: rgb(0,129,222); }

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

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

 span { border-color: rgb(0,129,222); }

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