Html Css Color HEX #072D6A Sapphire

📋 copy color: '#072D6A'

red 7 ◦ green 45 ◦ blue 106

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

Shades of Sapphire #072D6A

Tints of Sapphire #072D6A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.48%

 BLUE value IS 106 (41.8% from 255) = 67.09%

R = 4.43%
G = 28.48%
B = 67.09%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#072D6A (or 0x072D6A) is known color: Sapphire. HEX triplet: 07, 2D and 6A. RGB value is (7,45,106). Sum of RGB (Red+Green+Blue) = 7+45+106=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 106 (41.80% from 255 or 67.09% from 158); Max value from RGB is 106 - color contains mainly: blue. Hex color #072D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D6A is #F8D295. Grayscale: #282828. Windows color (decimal): -16306838 or 6958343. OLE color: 6958343.

HSL color Cylindrical-coordinate representation of color #072D6A: hue angle of 216.97º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072D6A is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 45 106 -
CMYK 0.93 0.58 0 0.58
HSL 216.97º 0.88% 0.22% -
HSV(B) 216.97º 0.93% 0.42% -
XYZ 3.63 2.96 14.02 -
YUV 40.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 7 45 106 0.93 0.58 0 0.58 216.97 0.88 0.22
Hex 7 2D 6A 5D 3A 0 3A D9 58 16
Octal 7 55 152 135 72 0 72 331 130 26
Binary 111 101101 1101010 1011101 111010 0 111010 11011001 1011000 10110

Color Harmonies of #072D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D6A

Black with #072D6A

Text Example


Text Example

White with #072D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072D6A; }

 p { color: rgb(7,45,106); }

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

background-color css

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

 a { background-color: rgb(7,45,106); }

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

border-color css

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

 span { border-color: rgb(7,45,106); }

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