Html Css Color HEX #07207D Sapphire

📋 copy color: '#07207D'

red 7 ◦ green 32 ◦ blue 125

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

Shades of Sapphire #07207D

Tints of Sapphire #07207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 76.22%

R = 4.27%
G = 19.51%
B = 76.22%

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

#07207D (or 0x07207D) is known color: Sapphire. HEX triplet: 07, 20 and 7D. RGB value is (7,32,125). Sum of RGB (Red+Green+Blue) = 7+32+125=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 125 (49.22% from 255 or 76.22% from 164); Max value from RGB is 125 - color contains mainly: blue. Hex color #07207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07207D is #F8DF82. Grayscale: #222222. Windows color (decimal): -16310147 or 8200199. OLE color: 8200199.

HSL color Cylindrical-coordinate representation of color #07207D: hue angle of 227.29º 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 #07207D is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 32 125 -
CMYK 0.94 0.74 0 0.51
HSL 227.29º 0.89% 0.26% -
HSV(B) 227.29º 0.94% 0.49% -
XYZ 4.31 2.56 19.67 -
YUV 35.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 7 32 125 0.94 0.74 0 0.51 227.29 0.89 0.26
Hex 7 20 7D 5E 4A 0 33 E3 59 1A
Octal 7 40 175 136 112 0 63 343 131 32
Binary 111 100000 1111101 1011110 1001010 0 110011 11100011 1011001 11010

Color Harmonies of #07207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07207D

Black with #07207D

Text Example


Text Example

White with #07207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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