Html Css Color HEX #00028C Dark Blue

📋 copy color: '#00028C'

red 0 ◦ green 2 ◦ blue 140

#00028C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #00028C

Tints of Dark Blue #00028C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 2 (1.17% from 255) = 1.41%

 BLUE value IS 140 (55.08% from 255) = 98.59%

R = 0%
G = 1.41%
B = 98.59%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00028C (or 0x00028C) is known color: Dark Blue. HEX triplet: 00, 02 and 8C. RGB value is (0,2,140). Sum of RGB (Red+Green+Blue) = 0+2+140=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 140 (55.08% from 255 or 98.59% from 142); Max value from RGB is 140 - color contains mainly: blue. Hex color #00028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00028C is #FFFD73. Grayscale: #101010. Windows color (decimal): -16776564 or 9175552. OLE color: 9175552.

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

Color convert

RGB 0 2 140 -
CMYK 1 0.99 0 0.45
HSL 239.14º 1% 0.27% -
HSV(B) 239.14º 1% 0.55% -
XYZ 4.76 1.94 24.93 -
YUV 17.13 197.34 115.78 -
System Red Green Blue C M Y K H S L
Decimal 0 2 140 1 0.99 0 0.45 239.14 1 0.27
Hex 0 2 8C 64 63 0 2D EF 64 1B
Octal 0 2 214 144 143 0 55 357 144 33
Binary 0 10 10001100 1100100 1100011 0 101101 11101111 1100100 11011

Color Harmonies of #00028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00028C

Black with #00028C

Text Example


Text Example

White with #00028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00028C;
 }
 .AnyTagClassName
 {
   color: #00028C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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