Html Css Color HEX #073CCC Persian Blue

📋 copy color: '#073CCC'

red 7 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #073CCC

Tints of Persian Blue #073CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

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

R = 2.58%
G = 22.14%
B = 75.28%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#073CCC (or 0x073CCC) is known color: Persian Blue. HEX triplet: 07, 3C and CC. RGB value is (7,60,204). Sum of RGB (Red+Green+Blue) = 7+60+204=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #073CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073CCC is #F8C333. Grayscale: #3B3B3B. Windows color (decimal): -16302900 or 13384711. OLE color: 13384711.

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

Color convert

RGB 7 60 204 -
CMYK 0.97 0.71 0 0.2
HSL 223.86º 0.93% 0.41% -
HSV(B) 223.86º 0.97% 0.8% -
XYZ 12.6 7.64 57.94 -
YUV 60.57 208.94 89.79 -
System Red Green Blue C M Y K H S L
Decimal 7 60 204 0.97 0.71 0 0.2 223.86 0.93 0.41
Hex 7 3C CC 61 47 0 14 E0 5D 29
Octal 7 74 314 141 107 0 24 340 135 51
Binary 111 111100 11001100 1100001 1000111 0 10100 11100000 1011101 101001

Color Harmonies of #073CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CCC

Black with #073CCC

Text Example


Text Example

White with #073CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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