Html Css Color HEX #07215F Sapphire

📋 copy color: '#07215F'

red 7 ◦ green 33 ◦ blue 95

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

Shades of Sapphire #07215F

Tints of Sapphire #07215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 70.37%

R = 5.19%
G = 24.44%
B = 70.37%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07215F (or 0x07215F) is known color: Sapphire. HEX triplet: 07, 21 and 5F. RGB value is (7,33,95). Sum of RGB (Red+Green+Blue) = 7+33+95=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 95 (37.5% from 255 or 70.37% from 135); Max value from RGB is 95 - color contains mainly: blue. Hex color #07215F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07215F is #F8DEA0. Grayscale: #202020. Windows color (decimal): -16309921 or 6234375. OLE color: 6234375.

HSL color Cylindrical-coordinate representation of color #07215F: hue angle of 222.27º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07215F is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 33 95 -
CMYK 0.93 0.65 0 0.63
HSL 222.27º 0.86% 0.2% -
HSV(B) 222.27º 0.93% 0.37% -
XYZ 2.7 1.96 11.06 -
YUV 32.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 7 33 95 0.93 0.65 0 0.63 222.27 0.86 0.2
Hex 7 21 5F 5D 41 0 3F DE 56 14
Octal 7 41 137 135 101 0 77 336 126 24
Binary 111 100001 1011111 1011101 1000001 0 111111 11011110 1010110 10100

Color Harmonies of #07215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07215F

Black with #07215F

Text Example


Text Example

White with #07215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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