Html Css Color HEX #07226C Sapphire

📋 copy color: '#07226C'

red 7 ◦ green 34 ◦ blue 108

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

Shades of Sapphire #07226C

Tints of Sapphire #07226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

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

R = 4.7%
G = 22.82%
B = 72.48%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07226C (or 0x07226C) is known color: Sapphire. HEX triplet: 07, 22 and 6C. RGB value is (7,34,108). Sum of RGB (Red+Green+Blue) = 7+34+108=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #07226C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07226C is #F8DD93. Grayscale: #222222. Windows color (decimal): -16309652 or 7086599. OLE color: 7086599.

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

Color convert

RGB 7 34 108 -
CMYK 0.94 0.69 0 0.58
HSL 223.96º 0.88% 0.23% -
HSV(B) 223.96º 0.94% 0.42% -
XYZ 3.37 2.27 14.45 -
YUV 34.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 7 34 108 0.94 0.69 0 0.58 223.96 0.88 0.23
Hex 7 22 6C 5E 45 0 3A E0 58 17
Octal 7 42 154 136 105 0 72 340 130 27
Binary 111 100010 1101100 1011110 1000101 0 111010 11100000 1011000 10111

Color Harmonies of #07226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07226C

Black with #07226C

Text Example


Text Example

White with #07226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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