Html Css Color HEX #07224A Sapphire

📋 copy color: '#07224A'

red 7 ◦ green 34 ◦ blue 74

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

Shades of Sapphire #07224A

Tints of Sapphire #07224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 64.35%

R = 6.09%
G = 29.57%
B = 64.35%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07224A (or 0x07224A) is known color: Sapphire. HEX triplet: 07, 22 and 4A. RGB value is (7,34,74). Sum of RGB (Red+Green+Blue) = 7+34+74=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #07224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07224A is #F8DDB5. Grayscale: #1E1E1E. Windows color (decimal): -16309686 or 4858375. OLE color: 4858375.

HSL color Cylindrical-coordinate representation of color #07224A: hue angle of 215.82º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07224A is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 34 74 -
CMYK 0.91 0.54 0 0.71
HSL 215.82º 0.83% 0.16% -
HSV(B) 215.82º 0.91% 0.29% -
XYZ 1.9 1.68 6.7 -
YUV 30.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 7 34 74 0.91 0.54 0 0.71 215.82 0.83 0.16
Hex 7 22 4A 5B 36 0 47 D8 53 10
Octal 7 42 112 133 66 0 107 330 123 20
Binary 111 100010 1001010 1011011 110110 0 1000111 11011000 1010011 10000

Color Harmonies of #07224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07224A

Black with #07224A

Text Example


Text Example

White with #07224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07224A; }

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

 H1.HeaderClassName
 {
   color: #07224A;
 }
 .AnyTagClassName
 {
   color: #07224A;
 }
</style>

background-color css

<style>
 a { background-color: #07224A; }

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

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

border-color css

<style>
 span { border-color: #07224A; }

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

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