Html Css Color HEX #07297F Sapphire

📋 copy color: '#07297F'

red 7 ◦ green 41 ◦ blue 127

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

Shades of Sapphire #07297F

Tints of Sapphire #07297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

 BLUE value IS 127 (50% from 255) = 72.57%

R = 4%
G = 23.43%
B = 72.57%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#07297F (or 0x07297F) is known color: Sapphire. HEX triplet: 07, 29 and 7F. RGB value is (7,41,127). Sum of RGB (Red+Green+Blue) = 7+41+127=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #07297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07297F is #F8D680. Grayscale: #282828. Windows color (decimal): -16307841 or 8333575. OLE color: 8333575.

HSL color Cylindrical-coordinate representation of color #07297F: hue angle of 223º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07297F is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 41 127 -
CMYK 0.94 0.68 0 0.50
HSL 223º 0.9% 0.26% -
HSV(B) 223º 0.94% 0.5% -
XYZ 4.71 3.16 20.44 -
YUV 40.64 176.74 104.01 -
System Red Green Blue C M Y K H S L
Decimal 7 41 127 0.94 0.68 0 0.50 223 0.9 0.26
Hex 7 29 7F 5E 44 0 32 DF 5A 1A
Octal 7 51 177 136 104 0 62 337 132 32
Binary 111 101001 1111111 1011110 1000100 0 110010 11011111 1011010 11010

Color Harmonies of #07297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07297F

Black with #07297F

Text Example


Text Example

White with #07297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07297F; }

 p { color: rgb(7,41,127); }

 H1.HeaderClassName
 {
   color: #07297F;
 }
 .AnyTagClassName
 {
   color: #07297F;
 }
</style>

background-color css

<style>
 a { background-color: #07297F; }

 a { background-color: rgb(7,41,127); }

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

border-color css

<style>
 span { border-color: #07297F; }

 span { border-color: rgb(7,41,127); }

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