Html Css Color HEX #0735C6 Persian Blue

📋 copy color: '#0735C6'

red 7 ◦ green 53 ◦ blue 198

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

Shades of Persian Blue #0735C6

Tints of Persian Blue #0735C6

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 2.71%
G = 20.54%
B = 76.74%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0735C6 (or 0x0735C6) is known color: Persian Blue. HEX triplet: 07, 35 and C6. RGB value is (7,53,198). Sum of RGB (Red+Green+Blue) = 7+53+198=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 198 (77.73% from 255 or 76.74% from 258); Max value from RGB is 198 - color contains mainly: blue. Hex color #0735C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0735C6 is #F8CA39. Grayscale: #373737. Windows color (decimal): -16304698 or 12989703. OLE color: 12989703.

HSL color Cylindrical-coordinate representation of color #0735C6: hue angle of 225.55º 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 #0735C6 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 53 198 -
CMYK 0.96 0.73 0 0.22
HSL 225.55º 0.93% 0.4% -
HSV(B) 225.55º 0.96% 0.78% -
XYZ 11.55 6.67 54.1 -
YUV 55.78 208.26 93.21 -
System Red Green Blue C M Y K H S L
Decimal 7 53 198 0.96 0.73 0 0.22 225.55 0.93 0.4
Hex 7 35 C6 60 49 0 16 E2 5D 28
Octal 7 65 306 140 111 0 26 342 135 50
Binary 111 110101 11000110 1100000 1001001 0 10110 11100010 1011101 101000

Color Harmonies of #0735C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0735C6

Black with #0735C6

Text Example


Text Example

White with #0735C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0735C6; }

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

 H1.HeaderClassName
 {
   color: #0735C6;
 }
 .AnyTagClassName
 {
   color: #0735C6;
 }
</style>

background-color css

<style>
 a { background-color: #0735C6; }

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

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

border-color css

<style>
 span { border-color: #0735C6; }

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

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