Html Css Color HEX #07285E Sapphire

📋 copy color: '#07285E'

red 7 ◦ green 40 ◦ blue 94

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

Shades of Sapphire #07285E

Tints of Sapphire #07285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 66.67%

R = 4.96%
G = 28.37%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07285E (or 0x07285E) is known color: Sapphire. HEX triplet: 07, 28 and 5E. RGB value is (7,40,94). Sum of RGB (Red+Green+Blue) = 7+40+94=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 94 (37.11% from 255 or 66.67% from 141); Max value from RGB is 94 - color contains mainly: blue. Hex color #07285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07285E is #F8D7A1. Grayscale: #242424. Windows color (decimal): -16308130 or 6170631. OLE color: 6170631.

HSL color Cylindrical-coordinate representation of color #07285E: hue angle of 217.24º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07285E is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 40 94 -
CMYK 0.93 0.57 0 0.63
HSL 217.24º 0.86% 0.2% -
HSV(B) 217.24º 0.93% 0.37% -
XYZ 2.87 2.37 10.9 -
YUV 36.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 7 40 94 0.93 0.57 0 0.63 217.24 0.86 0.2
Hex 7 28 5E 5D 39 0 3F D9 56 14
Octal 7 50 136 135 71 0 77 331 126 24
Binary 111 101000 1011110 1011101 111001 0 111111 11011001 1010110 10100

Color Harmonies of #07285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07285E

Black with #07285E

Text Example


Text Example

White with #07285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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