Html Css Color HEX #073ACB Persian Blue

📋 copy color: '#073ACB'

red 7 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #073ACB

Tints of Persian Blue #073ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.64%

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

R = 2.61%
G = 21.64%
B = 75.75%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#073ACB (or 0x073ACB) is known color: Persian Blue. HEX triplet: 07, 3A and CB. RGB value is (7,58,203). Sum of RGB (Red+Green+Blue) = 7+58+203=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #073ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ACB is #F8C534. Grayscale: #3A3A3A. Windows color (decimal): -16303413 or 13318663. OLE color: 13318663.

HSL color Cylindrical-coordinate representation of color #073ACB: hue angle of 224.39º 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 #073ACB is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 58 203 -
CMYK 0.97 0.71 0 0.20
HSL 224.39º 0.93% 0.41% -
HSV(B) 224.39º 0.97% 0.8% -
XYZ 12.38 7.38 57.27 -
YUV 59.28 209.1 90.71 -
System Red Green Blue C M Y K H S L
Decimal 7 58 203 0.97 0.71 0 0.20 224.39 0.93 0.41
Hex 7 3A CB 61 47 0 14 E0 5D 29
Octal 7 72 313 141 107 0 24 340 135 51
Binary 111 111010 11001011 1100001 1000111 0 10100 11100000 1011101 101001

Color Harmonies of #073ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073ACB

Black with #073ACB

Text Example


Text Example

White with #073ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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