#00028A

Color #00028A Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #00028A

Tints of Dark Blue #00028A

Color information

#00028A (or 0x00028A) is unknown color: approx Dark Blue. HEX triplet: 00, 02 and 8A. RGB value is (0,2,138). Sum of RGB (Red+Green+Blue) = 0+2+138=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 138 (54.30% from 255 or 98.57% from 140); Max value from RGB is 138 - color contains mainly: blue. Hex color #00028A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00028A is #FFFD75. Grayscale: #101010. Windows color (decimal): -16776566 or 9044480. OLE color: 9044480.

HSL color Cylindrical-coordinate representation of color #00028A: hue angle of 239.13º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00028A is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB02138-
CMYK10.9900.46
HSL239.13º100%27.06%-
HSV(B)239.13º100%54.12%-
XYZ4.611.8824.16-
YUV16.91196.34115.94-

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.43%
BLUE value IS 138 (54.30% from 255) = 98.57%
R=0%
G=1.43%
B=98.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal0213810.9900.46239.1310027.06
Hex028A646302Eef641b
Octal0221214414305635714433
Binary0101000101011001001100011010111011101111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00028A; }

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

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

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

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

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

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

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

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