#0737BC

Color #0737BC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0737BC

Tints of Persian Blue #0737BC

Color information

#0737BC (or 0x0737BC) is unknown color: approx Persian Blue. HEX triplet: 07, 37 and BC. RGB value is (7,55,188). Sum of RGB (Red+Green+Blue) = 7+55+188=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #0737BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0737BC is #F8C843. Grayscale: #373737. Windows color (decimal): -16304196 or 12334855. OLE color: 12334855.

HSL color Cylindrical-coordinate representation of color #0737BC: hue angle of 224.09º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0737BC is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB755188-
CMYK0.960.7100.26
HSL224.09º92.82%38.24%-
HSV(B)224.09º96.28%73.73%-
XYZ10.536.4148.26-
YUV55.81202.693.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.8%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 188 (73.83% from 255) = 75.2%
R=2.8%
G=22%
B=75.2%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7551880.960.7100.26224.0992.8238.24
Hex737BC604701Ae05d26
Octal76727414010703234013546
Binary1111101111011110011000001000111011010111000001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0737BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0737BC; }

 p { color: rgb(7,55,188); }

 H1.HeaderClassName
 {
   color: #0737BC;
 }
 .AnyTagClassName
 {
   color: #0737BC;
 }
</style>
background-color css

<style>
 a { background-color: #0737BC; }

 a { background-color: rgb(7,55,188); }

 div.DivClassName
 {
   background-color: #0737BC;
 }
 .BgClassName
 {
   background-color: #0737BC;
 }
</style>
border-color css

<style>
 span { border-color: #0737BC; }

 span { border-color: rgb(7,55,188); }

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