Html Css Color HEX #07207C Sapphire

📋 copy color: '#07207C'

red 7 ◦ green 32 ◦ blue 124

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

Shades of Sapphire #07207C

Tints of Sapphire #07207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 76.07%

R = 4.29%
G = 19.63%
B = 76.07%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07207C (or 0x07207C) is known color: Sapphire. HEX triplet: 07, 20 and 7C. RGB value is (7,32,124). Sum of RGB (Red+Green+Blue) = 7+32+124=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #07207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07207C is #F8DF83. Grayscale: #222222. Windows color (decimal): -16310148 or 8134663. OLE color: 8134663.

HSL color Cylindrical-coordinate representation of color #07207C: hue angle of 227.18º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07207C is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 32 124 -
CMYK 0.94 0.74 0 0.51
HSL 227.18º 0.89% 0.26% -
HSV(B) 227.18º 0.94% 0.49% -
XYZ 4.24 2.53 19.33 -
YUV 35.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 7 32 124 0.94 0.74 0 0.51 227.18 0.89 0.26
Hex 7 20 7C 5E 4A 0 33 E3 59 1A
Octal 7 40 174 136 112 0 63 343 131 32
Binary 111 100000 1111100 1011110 1001010 0 110011 11100011 1011001 11010

Color Harmonies of #07207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07207C

Black with #07207C

Text Example


Text Example

White with #07207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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