Html Css Color HEX #072ACF Persian Blue

📋 copy color: '#072ACF'

red 7 ◦ green 42 ◦ blue 207

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

Shades of Persian Blue #072ACF

Tints of Persian Blue #072ACF

RGB

 RED value IS 7 (3.13% from 255) = 2.73%

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

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

R = 2.73%
G = 16.41%
B = 80.86%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#072ACF (or 0x072ACF) is known color: Persian Blue. HEX triplet: 07, 2A and CF. RGB value is (7,42,207). Sum of RGB (Red+Green+Blue) = 7+42+207=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 207 (81.25% from 255 or 80.86% from 256); Max value from RGB is 207 - color contains mainly: blue. Hex color #072ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ACF is #F8D530. Grayscale: #313131. Windows color (decimal): -16307505 or 13576711. OLE color: 13576711.

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

Color convert

RGB 7 42 207 -
CMYK 0.97 0.80 0 0.19
HSL 229.5º 0.93% 0.42% -
HSV(B) 229.5º 0.97% 0.81% -
XYZ 12.18 6.21 59.59 -
YUV 50.35 216.4 97.08 -
System Red Green Blue C M Y K H S L
Decimal 7 42 207 0.97 0.80 0 0.19 229.5 0.93 0.42
Hex 7 2A CF 61 50 0 13 E6 5D 2A
Octal 7 52 317 141 120 0 23 346 135 52
Binary 111 101010 11001111 1100001 1010000 0 10011 11100110 1011101 101010

Color Harmonies of #072ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072ACF

Black with #072ACF

Text Example


Text Example

White with #072ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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