Html Css Color HEX #07286E Sapphire

📋 copy color: '#07286E'

red 7 ◦ green 40 ◦ blue 110

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

Shades of Sapphire #07286E

Tints of Sapphire #07286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 70.06%

R = 4.46%
G = 25.48%
B = 70.06%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07286E (or 0x07286E) is known color: Sapphire. HEX triplet: 07, 28 and 6E. RGB value is (7,40,110). Sum of RGB (Red+Green+Blue) = 7+40+110=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #07286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07286E is #F8D791. Grayscale: #252525. Windows color (decimal): -16308114 or 7219207. OLE color: 7219207.

HSL color Cylindrical-coordinate representation of color #07286E: hue angle of 220.78º 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 #07286E is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 40 110 -
CMYK 0.94 0.64 0 0.57
HSL 220.78º 0.88% 0.23% -
HSV(B) 220.78º 0.94% 0.43% -
XYZ 3.66 2.69 15.08 -
YUV 38.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 7 40 110 0.94 0.64 0 0.57 220.78 0.88 0.23
Hex 7 28 6E 5E 40 0 39 DD 58 17
Octal 7 50 156 136 100 0 71 335 130 27
Binary 111 101000 1101110 1011110 1000000 0 111001 11011101 1011000 10111

Color Harmonies of #07286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07286E

Black with #07286E

Text Example


Text Example

White with #07286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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