Html Css Color HEX #07125F Sapphire

📋 copy color: '#07125F'

red 7 ◦ green 18 ◦ blue 95

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

Shades of Sapphire #07125F

Tints of Sapphire #07125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15%

 BLUE value IS 95 (37.5% from 255) = 79.17%

R = 5.83%
G = 15%
B = 79.17%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07125F (or 0x07125F) is known color: Sapphire. HEX triplet: 07, 12 and 5F. RGB value is (7,18,95). Sum of RGB (Red+Green+Blue) = 7+18+95=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 95 (37.5% from 255 or 79.17% from 120); Max value from RGB is 95 - color contains mainly: blue. Hex color #07125F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07125F is #F8EDA0. Grayscale: #171717. Windows color (decimal): -16313761 or 6230535. OLE color: 6230535.

HSL color Cylindrical-coordinate representation of color #07125F: hue angle of 232.5º 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 #07125F is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 18 95 -
CMYK 0.93 0.81 0 0.63
HSL 232.5º 0.86% 0.2% -
HSV(B) 232.5º 0.93% 0.37% -
XYZ 2.37 1.3 10.95 -
YUV 23.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 7 18 95 0.93 0.81 0 0.63 232.5 0.86 0.2
Hex 7 12 5F 5D 51 0 3F E8 56 14
Octal 7 22 137 135 121 0 77 350 126 24
Binary 111 10010 1011111 1011101 1010001 0 111111 11101000 1010110 10100

Color Harmonies of #07125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07125F

Black with #07125F

Text Example


Text Example

White with #07125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,18,95); }

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

background-color css

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

 a { background-color: rgb(7,18,95); }

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

border-color css

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

 span { border-color: rgb(7,18,95); }

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