Html Css Color HEX #0736BE Persian Blue

📋 copy color: '#0736BE'

red 7 ◦ green 54 ◦ blue 190

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

Shades of Persian Blue #0736BE

Tints of Persian Blue #0736BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.51%

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

R = 2.79%
G = 21.51%
B = 75.7%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0736BE (or 0x0736BE) is known color: Persian Blue. HEX triplet: 07, 36 and BE. RGB value is (7,54,190). Sum of RGB (Red+Green+Blue) = 7+54+190=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #0736BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0736BE is #F8C941. Grayscale: #363636. Windows color (decimal): -16304450 or 12465671. OLE color: 12465671.

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

Color convert

RGB 7 54 190 -
CMYK 0.96 0.72 0 0.25
HSL 224.59º 0.93% 0.39% -
HSV(B) 224.59º 0.96% 0.75% -
XYZ 10.7 6.4 49.39 -
YUV 55.45 203.93 93.44 -
System Red Green Blue C M Y K H S L
Decimal 7 54 190 0.96 0.72 0 0.25 224.59 0.93 0.39
Hex 7 36 BE 60 48 0 19 E1 5D 27
Octal 7 66 276 140 110 0 31 341 135 47
Binary 111 110110 10111110 1100000 1001000 0 11001 11100001 1011101 100111

Color Harmonies of #0736BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0736BE

Black with #0736BE

Text Example


Text Example

White with #0736BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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