Html Css Color HEX #07276C Sapphire

📋 copy color: '#07276C'

red 7 ◦ green 39 ◦ blue 108

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

Shades of Sapphire #07276C

Tints of Sapphire #07276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 70.13%

R = 4.55%
G = 25.32%
B = 70.13%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07276C (or 0x07276C) is known color: Sapphire. HEX triplet: 07, 27 and 6C. RGB value is (7,39,108). Sum of RGB (Red+Green+Blue) = 7+39+108=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #07276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07276C is #F8D893. Grayscale: #242424. Windows color (decimal): -16308372 or 7087879. OLE color: 7087879.

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

Color convert

RGB 7 39 108 -
CMYK 0.94 0.64 0 0.58
HSL 220.99º 0.88% 0.23% -
HSV(B) 220.99º 0.94% 0.42% -
XYZ 3.52 2.58 14.5 -
YUV 37.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 7 39 108 0.94 0.64 0 0.58 220.99 0.88 0.23
Hex 7 27 6C 5E 40 0 3A DD 58 17
Octal 7 47 154 136 100 0 72 335 130 27
Binary 111 100111 1101100 1011110 1000000 0 111010 11011101 1011000 10111

Color Harmonies of #07276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07276C

Black with #07276C

Text Example


Text Example

White with #07276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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