Html Css Color HEX #072175 Sapphire

📋 copy color: '#072175'

red 7 ◦ green 33 ◦ blue 117

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

Shades of Sapphire #072175

Tints of Sapphire #072175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 74.52%

R = 4.46%
G = 21.02%
B = 74.52%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#072175 (or 0x072175) is known color: Sapphire. HEX triplet: 07, 21 and 75. RGB value is (7,33,117). Sum of RGB (Red+Green+Blue) = 7+33+117=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #072175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072175 is #F8DE8A. Grayscale: #222222. Windows color (decimal): -16309899 or 7676167. OLE color: 7676167.

HSL color Cylindrical-coordinate representation of color #072175: hue angle of 225.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072175 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 33 117 -
CMYK 0.94 0.72 0 0.54
HSL 225.82º 0.89% 0.24% -
HSV(B) 225.82º 0.94% 0.46% -
XYZ 3.84 2.42 17.09 -
YUV 34.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 7 33 117 0.94 0.72 0 0.54 225.82 0.89 0.24
Hex 7 21 75 5E 48 0 36 E2 59 18
Octal 7 41 165 136 110 0 66 342 131 30
Binary 111 100001 1110101 1011110 1001000 0 110110 11100010 1011001 11000

Color Harmonies of #072175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072175

Black with #072175

Text Example


Text Example

White with #072175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072175; }

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

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

background-color css

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

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

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

border-color css

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

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

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