Html Css Color HEX #07225C Sapphire

📋 copy color: '#07225C'

red 7 ◦ green 34 ◦ blue 92

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

Shades of Sapphire #07225C

Tints of Sapphire #07225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 69.17%

R = 5.26%
G = 25.56%
B = 69.17%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07225C (or 0x07225C) is known color: Sapphire. HEX triplet: 07, 22 and 5C. RGB value is (7,34,92). Sum of RGB (Red+Green+Blue) = 7+34+92=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #07225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07225C is #F8DDA3. Grayscale: #202020. Windows color (decimal): -16309668 or 6038023. OLE color: 6038023.

HSL color Cylindrical-coordinate representation of color #07225C: hue angle of 220.94º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07225C is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 34 92 -
CMYK 0.92 0.63 0 0.64
HSL 220.94º 0.86% 0.19% -
HSV(B) 220.94º 0.92% 0.36% -
XYZ 2.59 1.96 10.37 -
YUV 32.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 7 34 92 0.92 0.63 0 0.64 220.94 0.86 0.19
Hex 7 22 5C 5C 3F 0 40 DD 56 13
Octal 7 42 134 134 77 0 100 335 126 23
Binary 111 100010 1011100 1011100 111111 0 1000000 11011101 1010110 10011

Color Harmonies of #07225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07225C

Black with #07225C

Text Example


Text Example

White with #07225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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