Html Css Color HEX #073CEA Persian Blue

📋 copy color: '#073CEA'

red 7 ◦ green 60 ◦ blue 234

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

Shades of Persian Blue #073CEA

Tints of Persian Blue #073CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.74%

R = 2.33%
G = 19.93%
B = 77.74%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#073CEA (or 0x073CEA) is known color: Persian Blue. HEX triplet: 07, 3C and EA. RGB value is (7,60,234). Sum of RGB (Red+Green+Blue) = 7+60+234=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #073CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073CEA is #F8C315. Grayscale: #3F3F3F. Windows color (decimal): -16302870 or 15350791. OLE color: 15350791.

HSL color Cylindrical-coordinate representation of color #073CEA: hue angle of 225.99º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073CEA is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 60 234 -
CMYK 0.97 0.74 0 0.08
HSL 225.99º 0.94% 0.47% -
HSV(B) 225.99º 0.97% 0.92% -
XYZ 16.55 9.22 78.75 -
YUV 63.99 223.94 87.35 -
System Red Green Blue C M Y K H S L
Decimal 7 60 234 0.97 0.74 0 0.08 225.99 0.94 0.47
Hex 7 3C EA 61 4A 0 8 E2 5E 2F
Octal 7 74 352 141 112 0 10 342 136 57
Binary 111 111100 11101010 1100001 1001010 0 1000 11100010 1011110 101111

Color Harmonies of #073CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CEA

Black with #073CEA

Text Example


Text Example

White with #073CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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