Html Css Color HEX #07276F Sapphire

📋 copy color: '#07276F'

red 7 ◦ green 39 ◦ blue 111

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

Shades of Sapphire #07276F

Tints of Sapphire #07276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.84%

 BLUE value IS 111 (43.75% from 255) = 70.7%

R = 4.46%
G = 24.84%
B = 70.7%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07276F (or 0x07276F) is known color: Sapphire. HEX triplet: 07, 27 and 6F. RGB value is (7,39,111). Sum of RGB (Red+Green+Blue) = 7+39+111=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #07276F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07276F is #F8D890. Grayscale: #252525. Windows color (decimal): -16308369 or 7284487. OLE color: 7284487.

HSL color Cylindrical-coordinate representation of color #07276F: hue angle of 221.54º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07276F is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 39 111 -
CMYK 0.94 0.65 0 0.56
HSL 221.54º 0.88% 0.23% -
HSV(B) 221.54º 0.94% 0.44% -
XYZ 3.68 2.64 15.36 -
YUV 37.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 7 39 111 0.94 0.65 0 0.56 221.54 0.88 0.23
Hex 7 27 6F 5E 41 0 38 DE 58 17
Octal 7 47 157 136 101 0 70 336 130 27
Binary 111 100111 1101111 1011110 1000001 0 111000 11011110 1011000 10111

Color Harmonies of #07276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07276F

Black with #07276F

Text Example


Text Example

White with #07276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,39,111); }

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

background-color css

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

 a { background-color: rgb(7,39,111); }

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

border-color css

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

 span { border-color: rgb(7,39,111); }

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