Html Css Color HEX #073ECE Persian Blue

📋 copy color: '#073ECE'

red 7 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #073ECE

Tints of Persian Blue #073ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.55%

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

R = 2.55%
G = 22.55%
B = 74.91%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#073ECE (or 0x073ECE) is known color: Persian Blue. HEX triplet: 07, 3E and CE. RGB value is (7,62,206). Sum of RGB (Red+Green+Blue) = 7+62+206=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #073ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ECE is #F8C131. Grayscale: #3D3D3D. Windows color (decimal): -16302386 or 13516295. OLE color: 13516295.

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

Color convert

RGB 7 62 206 -
CMYK 0.97 0.70 0 0.19
HSL 223.42º 0.93% 0.42% -
HSV(B) 223.42º 0.97% 0.81% -
XYZ 12.95 7.95 59.24 -
YUV 61.97 209.28 88.79 -
System Red Green Blue C M Y K H S L
Decimal 7 62 206 0.97 0.70 0 0.19 223.42 0.93 0.42
Hex 7 3E CE 61 46 0 13 DF 5D 2A
Octal 7 76 316 141 106 0 23 337 135 52
Binary 111 111110 11001110 1100001 1000110 0 10011 11011111 1011101 101010

Color Harmonies of #073ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073ECE

Black with #073ECE

Text Example


Text Example

White with #073ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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