Html Css Color HEX #0739AF Egyptian Blue

📋 copy color: '#0739AF'

red 7 ◦ green 57 ◦ blue 175

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

Shades of Egyptian Blue #0739AF

Tints of Egyptian Blue #0739AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 73.22%

R = 2.93%
G = 23.85%
B = 73.22%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0739AF (or 0x0739AF) is known color: Egyptian Blue. HEX triplet: 07, 39 and AF. RGB value is (7,57,175). Sum of RGB (Red+Green+Blue) = 7+57+175=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #0739AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0739AF is #F8C650. Grayscale: #363636. Windows color (decimal): -16303697 or 11483399. OLE color: 11483399.

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

Color convert

RGB 7 57 175 -
CMYK 0.96 0.67 0 0.31
HSL 222.14º 0.92% 0.36% -
HSV(B) 222.14º 0.96% 0.69% -
XYZ 9.29 6.07 41.24 -
YUV 55.5 195.44 93.41 -
System Red Green Blue C M Y K H S L
Decimal 7 57 175 0.96 0.67 0 0.31 222.14 0.92 0.36
Hex 7 39 AF 60 43 0 1F DE 5C 24
Octal 7 71 257 140 103 0 37 336 134 44
Binary 111 111001 10101111 1100000 1000011 0 11111 11011110 1011100 100100

Color Harmonies of #0739AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0739AF

Black with #0739AF

Text Example


Text Example

White with #0739AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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