Html Css Color HEX #07286D Sapphire

📋 copy color: '#07286D'

red 7 ◦ green 40 ◦ blue 109

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

Shades of Sapphire #07286D

Tints of Sapphire #07286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

 BLUE value IS 109 (42.97% from 255) = 69.87%

R = 4.49%
G = 25.64%
B = 69.87%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07286D (or 0x07286D) is known color: Sapphire. HEX triplet: 07, 28 and 6D. RGB value is (7,40,109). Sum of RGB (Red+Green+Blue) = 7+40+109=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #07286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07286D is #F8D792. Grayscale: #252525. Windows color (decimal): -16308115 or 7153671. OLE color: 7153671.

HSL color Cylindrical-coordinate representation of color #07286D: hue angle of 220.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07286D is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 40 109 -
CMYK 0.94 0.63 0 0.57
HSL 220.59º 0.88% 0.23% -
HSV(B) 220.59º 0.94% 0.43% -
XYZ 3.61 2.67 14.79 -
YUV 38 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 7 40 109 0.94 0.63 0 0.57 220.59 0.88 0.23
Hex 7 28 6D 5E 3F 0 39 DD 58 17
Octal 7 50 155 136 77 0 71 335 130 27
Binary 111 101000 1101101 1011110 111111 0 111001 11011101 1011000 10111

Color Harmonies of #07286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07286D

Black with #07286D

Text Example


Text Example

White with #07286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,40,109); }

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

background-color css

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

 a { background-color: rgb(7,40,109); }

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

border-color css

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

 span { border-color: rgb(7,40,109); }

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