Html Css Color HEX #072B61 Sapphire

📋 copy color: '#072B61'

red 7 ◦ green 43 ◦ blue 97

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

Shades of Sapphire #072B61

Tints of Sapphire #072B61

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.25%

 BLUE value IS 97 (38.28% from 255) = 65.99%

R = 4.76%
G = 29.25%
B = 65.99%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#072B61 (or 0x072B61) is known color: Sapphire. HEX triplet: 07, 2B and 61. RGB value is (7,43,97). Sum of RGB (Red+Green+Blue) = 7+43+97=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #072B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B61 is #F8D49E. Grayscale: #262626. Windows color (decimal): -16307359 or 6368007. OLE color: 6368007.

HSL color Cylindrical-coordinate representation of color #072B61: hue angle of 216º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072B61 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 43 97 -
CMYK 0.93 0.56 0 0.62
HSL 216º 0.87% 0.2% -
HSV(B) 216º 0.93% 0.38% -
XYZ 3.11 2.64 11.65 -
YUV 38.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 7 43 97 0.93 0.56 0 0.62 216 0.87 0.2
Hex 7 2B 61 5D 38 0 3E D8 57 14
Octal 7 53 141 135 70 0 76 330 127 24
Binary 111 101011 1100001 1011101 111000 0 111110 11011000 1010111 10100

Color Harmonies of #072B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B61

Black with #072B61

Text Example


Text Example

White with #072B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,43,97); }

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

background-color css

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

 a { background-color: rgb(7,43,97); }

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

border-color css

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

 span { border-color: rgb(7,43,97); }

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