Html Css Color HEX #002ACF Persian Blue

📋 copy color: '#002ACF'

red 0 ◦ green 42 ◦ blue 207

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

Shades of Persian Blue #002ACF

Tints of Persian Blue #002ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

 BLUE value IS 207 (81.25% from 255) = 83.13%

R = 0%
G = 16.87%
B = 83.13%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#002ACF (or 0x002ACF) is known color: Persian Blue. HEX triplet: 00, 2A and CF. RGB value is (0,42,207). Sum of RGB (Red+Green+Blue) = 0+42+207=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 207 (81.25% from 255 or 83.13% from 249); Max value from RGB is 207 - color contains mainly: blue. Hex color #002ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ACF is #FFD530. Grayscale: #2F2F2F. Windows color (decimal): -16766257 or 13576704. OLE color: 13576704.

HSL color Cylindrical-coordinate representation of color #002ACF: hue angle of 227.83º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002ACF is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 42 207 -
CMYK 1 0.80 0 0.19
HSL 227.83º 1% 0.41% -
HSV(B) 227.83º 1% 0.81% -
XYZ 12.09 6.16 59.58 -
YUV 48.25 217.59 93.58 -
System Red Green Blue C M Y K H S L
Decimal 0 42 207 1 0.80 0 0.19 227.83 1 0.41
Hex 0 2A CF 64 50 0 13 E4 64 29
Octal 0 52 317 144 120 0 23 344 144 51
Binary 0 101010 11001111 1100100 1010000 0 10011 11100100 1100100 101001

Color Harmonies of #002ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002ACF

Black with #002ACF

Text Example


Text Example

White with #002ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #002ACF;
 }
 .AnyTagClassName
 {
   color: #002ACF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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