#0739B2

Color #0739B2 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0739B2

Tints of Egyptian Blue #0739B2

Color information

#0739B2 (or 0x0739B2) is unknown color: approx Egyptian Blue. HEX triplet: 07, 39 and B2. RGB value is (7,57,178). Sum of RGB (Red+Green+Blue) = 7+57+178=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 178 (69.92% from 255 or 73.55% from 242); Max value from RGB is 178 - color contains mainly: blue. Hex color #0739B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0739B2 is #F8C64D. Grayscale: #373737. Windows color (decimal): -16303694 or 11680007. OLE color: 11680007.

HSL color Cylindrical-coordinate representation of color #0739B2: hue angle of 222.46º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0739B2 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB757178-
CMYK0.960.6800.30
HSL222.46º92.43%36.27%-
HSV(B)222.46º96.07%69.8%-
XYZ9.596.1942.81-
YUV55.84196.9493.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.89%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 178 (69.92% from 255) = 73.55%
R=2.89%
G=23.55%
B=73.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7571780.960.6800.30222.4692.4336.27
Hex739B2604401Ede5c24
Octal77126214010403633613444
Binary1111110011011001011000001000100011110110111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0739B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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