Html Css Color HEX #0733BE Persian Blue

📋 copy color: '#0733BE'

red 7 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #0733BE

Tints of Persian Blue #0733BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

 BLUE value IS 190 (74.61% from 255) = 76.61%

R = 2.82%
G = 20.56%
B = 76.61%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0733BE (or 0x0733BE) is known color: Persian Blue. HEX triplet: 07, 33 and BE. RGB value is (7,51,190). Sum of RGB (Red+Green+Blue) = 7+51+190=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #0733BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0733BE is #F8CC41. Grayscale: #353535. Windows color (decimal): -16305218 or 12464903. OLE color: 12464903.

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

Color convert

RGB 7 51 190 -
CMYK 0.96 0.73 0 0.25
HSL 225.57º 0.93% 0.39% -
HSV(B) 225.57º 0.96% 0.75% -
XYZ 10.57 6.13 49.34 -
YUV 53.69 204.92 94.7 -
System Red Green Blue C M Y K H S L
Decimal 7 51 190 0.96 0.73 0 0.25 225.57 0.93 0.39
Hex 7 33 BE 60 49 0 19 E2 5D 27
Octal 7 63 276 140 111 0 31 342 135 47
Binary 111 110011 10111110 1100000 1001001 0 11001 11100010 1011101 100111

Color Harmonies of #0733BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0733BE

Black with #0733BE

Text Example


Text Example

White with #0733BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0733BE; }

 p { color: rgb(7,51,190); }

 H1.HeaderClassName
 {
   color: #0733BE;
 }
 .AnyTagClassName
 {
   color: #0733BE;
 }
</style>

background-color css

<style>
 a { background-color: #0733BE; }

 a { background-color: rgb(7,51,190); }

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

border-color css

<style>
 span { border-color: #0733BE; }

 span { border-color: rgb(7,51,190); }

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