Html Css Color HEX #072161 Sapphire

📋 copy color: '#072161'

red 7 ◦ green 33 ◦ blue 97

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

Shades of Sapphire #072161

Tints of Sapphire #072161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.09%

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

R = 5.11%
G = 24.09%
B = 70.8%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#072161 (or 0x072161) is known color: Sapphire. HEX triplet: 07, 21 and 61. RGB value is (7,33,97). Sum of RGB (Red+Green+Blue) = 7+33+97=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #072161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072161 is #F8DE9E. Grayscale: #202020. Windows color (decimal): -16309919 or 6365447. OLE color: 6365447.

HSL color Cylindrical-coordinate representation of color #072161: hue angle of 222.67º 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 #072161 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 33 97 -
CMYK 0.93 0.66 0 0.62
HSL 222.67º 0.87% 0.2% -
HSV(B) 222.67º 0.93% 0.38% -
XYZ 2.79 2 11.55 -
YUV 32.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 7 33 97 0.93 0.66 0 0.62 222.67 0.87 0.2
Hex 7 21 61 5D 42 0 3E DF 57 14
Octal 7 41 141 135 102 0 76 337 127 24
Binary 111 100001 1100001 1011101 1000010 0 111110 11011111 1010111 10100

Color Harmonies of #072161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072161

Black with #072161

Text Example


Text Example

White with #072161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072161; }

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

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

background-color css

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

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

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

border-color css

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

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

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