#002ACC

Color #002ACC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #002ACC

Tints of Persian Blue #002ACC

Color information

#002ACC (or 0x002ACC) is unknown color: approx Persian Blue. HEX triplet: 00, 2A and CC. RGB value is (0,42,204). Sum of RGB (Red+Green+Blue) = 0+42+204=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 204 (80.08% from 255 or 82.93% from 246); Max value from RGB is 204 - color contains mainly: blue. Hex color #002ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ACC is #FFD533. Grayscale: #2F2F2F. Windows color (decimal): -16766260 or 13380096. OLE color: 13380096.

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

Color convert

RGB042204-
CMYK10.7900.2
HSL227.65º100%40%-
HSV(B)227.65º100%80%-
XYZ11.736.0257.67-
YUV47.91216.0993.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 204 (80.08% from 255) = 82.93%
R=0%
G=17.07%
B=82.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal04220410.7900.2227.6510040
Hex02ACC644F014e46428
Octal05231414411702434414450
Binary01010101100110011001001001111010100111001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002ACC; }

 p { color: rgb(0,42,204); }

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

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

 a { background-color: rgb(0,42,204); }

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

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

 span { border-color: rgb(0,42,204); }

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