Html Css Color HEX #07295B Sapphire

📋 copy color: '#07295B'

red 7 ◦ green 41 ◦ blue 91

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

Shades of Sapphire #07295B

Tints of Sapphire #07295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 65.47%

R = 5.04%
G = 29.5%
B = 65.47%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07295B (or 0x07295B) is known color: Sapphire. HEX triplet: 07, 29 and 5B. RGB value is (7,41,91). Sum of RGB (Red+Green+Blue) = 7+41+91=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #07295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07295B is #F8D6A4. Grayscale: #242424. Windows color (decimal): -16307877 or 5974279. OLE color: 5974279.

HSL color Cylindrical-coordinate representation of color #07295B: hue angle of 215.71º 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 #07295B is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 41 91 -
CMYK 0.92 0.55 0 0.64
HSL 215.71º 0.86% 0.19% -
HSV(B) 215.71º 0.92% 0.36% -
XYZ 2.77 2.39 10.21 -
YUV 36.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 7 41 91 0.92 0.55 0 0.64 215.71 0.86 0.19
Hex 7 29 5B 5C 37 0 40 D8 56 13
Octal 7 51 133 134 67 0 100 330 126 23
Binary 111 101001 1011011 1011100 110111 0 1000000 11011000 1010110 10011

Color Harmonies of #07295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07295B

Black with #07295B

Text Example


Text Example

White with #07295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07295B; }

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

 H1.HeaderClassName
 {
   color: #07295B;
 }
 .AnyTagClassName
 {
   color: #07295B;
 }
</style>

background-color css

<style>
 a { background-color: #07295B; }

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

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

border-color css

<style>
 span { border-color: #07295B; }

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

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