Html Css Color HEX #073CCE Persian Blue

📋 copy color: '#073CCE'

red 7 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #073CCE

Tints of Persian Blue #073CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 2.56%
G = 21.98%
B = 75.46%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#073CCE (or 0x073CCE) is known color: Persian Blue. HEX triplet: 07, 3C and CE. RGB value is (7,60,206). Sum of RGB (Red+Green+Blue) = 7+60+206=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #073CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073CCE is #F8C331. Grayscale: #3C3C3C. Windows color (decimal): -16302898 or 13515783. OLE color: 13515783.

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

Color convert

RGB 7 60 206 -
CMYK 0.97 0.71 0 0.19
HSL 224.02º 0.93% 0.42% -
HSV(B) 224.02º 0.97% 0.81% -
XYZ 12.84 7.73 59.21 -
YUV 60.8 209.94 89.63 -
System Red Green Blue C M Y K H S L
Decimal 7 60 206 0.97 0.71 0 0.19 224.02 0.93 0.42
Hex 7 3C CE 61 47 0 13 E0 5D 2A
Octal 7 74 316 141 107 0 23 340 135 52
Binary 111 111100 11001110 1100001 1000111 0 10011 11100000 1011101 101010

Color Harmonies of #073CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CCE

Black with #073CCE

Text Example


Text Example

White with #073CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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