Html Css Color HEX #07206C Sapphire

📋 copy color: '#07206C'

red 7 ◦ green 32 ◦ blue 108

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

Shades of Sapphire #07206C

Tints of Sapphire #07206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.77%

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

R = 4.76%
G = 21.77%
B = 73.47%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07206C (or 0x07206C) is known color: Sapphire. HEX triplet: 07, 20 and 6C. RGB value is (7,32,108). Sum of RGB (Red+Green+Blue) = 7+32+108=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #07206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07206C is #F8DF93. Grayscale: #202020. Windows color (decimal): -16310164 or 7086087. OLE color: 7086087.

HSL color Cylindrical-coordinate representation of color #07206C: hue angle of 225.15º 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 #07206C is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 32 108 -
CMYK 0.94 0.70 0 0.58
HSL 225.15º 0.88% 0.23% -
HSV(B) 225.15º 0.94% 0.42% -
XYZ 3.31 2.16 14.43 -
YUV 33.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 7 32 108 0.94 0.70 0 0.58 225.15 0.88 0.23
Hex 7 20 6C 5E 46 0 3A E1 58 17
Octal 7 40 154 136 106 0 72 341 130 27
Binary 111 100000 1101100 1011110 1000110 0 111010 11100001 1011000 10111

Color Harmonies of #07206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07206C

Black with #07206C

Text Example


Text Example

White with #07206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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