Html Css Color HEX #072679 Sapphire

📋 copy color: '#072679'

red 7 ◦ green 38 ◦ blue 121

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

Shades of Sapphire #072679

Tints of Sapphire #072679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

 BLUE value IS 121 (47.66% from 255) = 72.89%

R = 4.22%
G = 22.89%
B = 72.89%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#072679 (or 0x072679) is known color: Sapphire. HEX triplet: 07, 26 and 79. RGB value is (7,38,121). Sum of RGB (Red+Green+Blue) = 7+38+121=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #072679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072679 is #F8D986. Grayscale: #252525. Windows color (decimal): -16308615 or 7939591. OLE color: 7939591.

HSL color Cylindrical-coordinate representation of color #072679: hue angle of 223.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072679 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 38 121 -
CMYK 0.94 0.69 0 0.53
HSL 223.68º 0.89% 0.25% -
HSV(B) 223.68º 0.94% 0.47% -
XYZ 4.23 2.81 18.41 -
YUV 38.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 7 38 121 0.94 0.69 0 0.53 223.68 0.89 0.25
Hex 7 26 79 5E 45 0 35 E0 59 19
Octal 7 46 171 136 105 0 65 340 131 31
Binary 111 100110 1111001 1011110 1000101 0 110101 11100000 1011001 11001

Color Harmonies of #072679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072679

Black with #072679

Text Example


Text Example

White with #072679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072679; }

 p { color: rgb(7,38,121); }

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

background-color css

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

 a { background-color: rgb(7,38,121); }

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

border-color css

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

 span { border-color: rgb(7,38,121); }

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