Html Css Color HEX #072ACB Persian Blue

📋 copy color: '#072ACB'

red 7 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #072ACB

Tints of Persian Blue #072ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 80.56%

R = 2.78%
G = 16.67%
B = 80.56%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#072ACB (or 0x072ACB) is known color: Persian Blue. HEX triplet: 07, 2A and CB. RGB value is (7,42,203). Sum of RGB (Red+Green+Blue) = 7+42+203=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #072ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ACB is #F8D534. Grayscale: #313131. Windows color (decimal): -16307509 or 13314567. OLE color: 13314567.

HSL color Cylindrical-coordinate representation of color #072ACB: hue angle of 229.29º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072ACB is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 42 203 -
CMYK 0.97 0.79 0 0.20
HSL 229.29º 0.93% 0.41% -
HSV(B) 229.29º 0.97% 0.8% -
XYZ 11.7 6.01 57.04 -
YUV 49.89 214.4 97.41 -
System Red Green Blue C M Y K H S L
Decimal 7 42 203 0.97 0.79 0 0.20 229.29 0.93 0.41
Hex 7 2A CB 61 4F 0 14 E5 5D 29
Octal 7 52 313 141 117 0 24 345 135 51
Binary 111 101010 11001011 1100001 1001111 0 10100 11100101 1011101 101001

Color Harmonies of #072ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072ACB

Black with #072ACB

Text Example


Text Example

White with #072ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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