Html Css Color HEX #073ACC Persian Blue

📋 copy color: '#073ACC'

red 7 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #073ACC

Tints of Persian Blue #073ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.84%

R = 2.6%
G = 21.56%
B = 75.84%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#073ACC (or 0x073ACC) is known color: Persian Blue. HEX triplet: 07, 3A and CC. RGB value is (7,58,204). Sum of RGB (Red+Green+Blue) = 7+58+204=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #073ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ACC is #F8C533. Grayscale: #3A3A3A. Windows color (decimal): -16303412 or 13384199. OLE color: 13384199.

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

Color convert

RGB 7 58 204 -
CMYK 0.97 0.72 0 0.2
HSL 224.47º 0.93% 0.41% -
HSV(B) 224.47º 0.97% 0.8% -
XYZ 12.5 7.43 57.9 -
YUV 59.4 209.6 90.63 -
System Red Green Blue C M Y K H S L
Decimal 7 58 204 0.97 0.72 0 0.2 224.47 0.93 0.41
Hex 7 3A CC 61 48 0 14 E0 5D 29
Octal 7 72 314 141 110 0 24 340 135 51
Binary 111 111010 11001100 1100001 1001000 0 10100 11100000 1011101 101001

Color Harmonies of #073ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073ACC

Black with #073ACC

Text Example


Text Example

White with #073ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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