Html Css Color HEX #073ECB Persian Blue

📋 copy color: '#073ECB'

red 7 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #073ECB

Tints of Persian Blue #073ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 74.63%

R = 2.57%
G = 22.79%
B = 74.63%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#073ECB (or 0x073ECB) is known color: Persian Blue. HEX triplet: 07, 3E and CB. RGB value is (7,62,203). Sum of RGB (Red+Green+Blue) = 7+62+203=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #073ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ECB is #F8C134. Grayscale: #3D3D3D. Windows color (decimal): -16302389 or 13319687. OLE color: 13319687.

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

Color convert

RGB 7 62 203 -
CMYK 0.97 0.69 0 0.20
HSL 223.16º 0.93% 0.41% -
HSV(B) 223.16º 0.97% 0.8% -
XYZ 12.59 7.8 57.34 -
YUV 61.63 207.78 89.04 -
System Red Green Blue C M Y K H S L
Decimal 7 62 203 0.97 0.69 0 0.20 223.16 0.93 0.41
Hex 7 3E CB 61 45 0 14 DF 5D 29
Octal 7 76 313 141 105 0 24 337 135 51
Binary 111 111110 11001011 1100001 1000101 0 10100 11011111 1011101 101001

Color Harmonies of #073ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073ECB

Black with #073ECB

Text Example


Text Example

White with #073ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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