Html Css Color HEX #0739BF Persian Blue

📋 copy color: '#0739BF'

red 7 ◦ green 57 ◦ blue 191

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

Shades of Persian Blue #0739BF

Tints of Persian Blue #0739BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

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

R = 2.75%
G = 22.35%
B = 74.9%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0739BF (or 0x0739BF) is known color: Persian Blue. HEX triplet: 07, 39 and BF. RGB value is (7,57,191). Sum of RGB (Red+Green+Blue) = 7+57+191=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #0739BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0739BF is #F8C640. Grayscale: #383838. Windows color (decimal): -16303681 or 12531975. OLE color: 12531975.

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

Color convert

RGB 7 57 191 -
CMYK 0.96 0.70 0 0.25
HSL 223.7º 0.93% 0.39% -
HSV(B) 223.7º 0.96% 0.75% -
XYZ 10.95 6.73 50.01 -
YUV 57.33 203.44 92.1 -
System Red Green Blue C M Y K H S L
Decimal 7 57 191 0.96 0.70 0 0.25 223.7 0.93 0.39
Hex 7 39 BF 60 46 0 19 E0 5D 27
Octal 7 71 277 140 106 0 31 340 135 47
Binary 111 111001 10111111 1100000 1000110 0 11001 11100000 1011101 100111

Color Harmonies of #0739BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0739BF

Black with #0739BF

Text Example


Text Example

White with #0739BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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