Html Css Color HEX #0730BF Persian Blue

📋 copy color: '#0730BF'

red 7 ◦ green 48 ◦ blue 191

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

Shades of Persian Blue #0730BF

Tints of Persian Blue #0730BF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

 BLUE value IS 191 (75% from 255) = 77.64%

R = 2.85%
G = 19.51%
B = 77.64%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0730BF (or 0x0730BF) is known color: Persian Blue. HEX triplet: 07, 30 and BF. RGB value is (7,48,191). Sum of RGB (Red+Green+Blue) = 7+48+191=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #0730BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0730BF is #F8CF40. Grayscale: #333333. Windows color (decimal): -16305985 or 12529671. OLE color: 12529671.

HSL color Cylindrical-coordinate representation of color #0730BF: hue angle of 226.63º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0730BF is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 48 191 -
CMYK 0.96 0.75 0 0.25
HSL 226.63º 0.93% 0.39% -
HSV(B) 226.63º 0.96% 0.75% -
XYZ 10.55 5.92 49.88 -
YUV 52.04 206.42 95.87 -
System Red Green Blue C M Y K H S L
Decimal 7 48 191 0.96 0.75 0 0.25 226.63 0.93 0.39
Hex 7 30 BF 60 4B 0 19 E3 5D 27
Octal 7 60 277 140 113 0 31 343 135 47
Binary 111 110000 10111111 1100000 1001011 0 11001 11100011 1011101 100111

Color Harmonies of #0730BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0730BF

Black with #0730BF

Text Example


Text Example

White with #0730BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0730BF; }

 p { color: rgb(7,48,191); }

 H1.HeaderClassName
 {
   color: #0730BF;
 }
 .AnyTagClassName
 {
   color: #0730BF;
 }
</style>

background-color css

<style>
 a { background-color: #0730BF; }

 a { background-color: rgb(7,48,191); }

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

border-color css

<style>
 span { border-color: #0730BF; }

 span { border-color: rgb(7,48,191); }

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