Html Css Color HEX #073FC6 Persian Blue

📋 copy color: '#073FC6'

red 7 ◦ green 63 ◦ blue 198

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

Shades of Persian Blue #073FC6

Tints of Persian Blue #073FC6

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 198 (77.73% from 255) = 73.88%

R = 2.61%
G = 23.51%
B = 73.88%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#073FC6 (or 0x073FC6) is known color: Persian Blue. HEX triplet: 07, 3F and C6. RGB value is (7,63,198). Sum of RGB (Red+Green+Blue) = 7+63+198=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 198 (77.73% from 255 or 73.88% from 268); Max value from RGB is 198 - color contains mainly: blue. Hex color #073FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073FC6 is #F8C039. Grayscale: #3D3D3D. Windows color (decimal): -16302138 or 12992263. OLE color: 12992263.

HSL color Cylindrical-coordinate representation of color #073FC6: hue angle of 222.41º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073FC6 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 63 198 -
CMYK 0.96 0.68 0 0.22
HSL 222.41º 0.93% 0.4% -
HSV(B) 222.41º 0.96% 0.78% -
XYZ 12.06 7.68 54.27 -
YUV 61.65 204.95 89.02 -
System Red Green Blue C M Y K H S L
Decimal 7 63 198 0.96 0.68 0 0.22 222.41 0.93 0.4
Hex 7 3F C6 60 44 0 16 DE 5D 28
Octal 7 77 306 140 104 0 26 336 135 50
Binary 111 111111 11000110 1100000 1000100 0 10110 11011110 1011101 101000

Color Harmonies of #073FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FC6

Black with #073FC6

Text Example


Text Example

White with #073FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,63,198); }

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

background-color css

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

 a { background-color: rgb(7,63,198); }

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

border-color css

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

 span { border-color: rgb(7,63,198); }

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