Html Css Color HEX #07105A Sapphire

📋 copy color: '#07105A'

red 7 ◦ green 16 ◦ blue 90

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

Shades of Sapphire #07105A

Tints of Sapphire #07105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.16%

 BLUE value IS 90 (35.55% from 255) = 79.65%

R = 6.19%
G = 14.16%
B = 79.65%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#07105A (or 0x07105A) is known color: Sapphire. HEX triplet: 07, 10 and 5A. RGB value is (7,16,90). Sum of RGB (Red+Green+Blue) = 7+16+90=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #07105A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07105A is #F8EFA5. Grayscale: #151515. Windows color (decimal): -16314278 or 5902343. OLE color: 5902343.

HSL color Cylindrical-coordinate representation of color #07105A: hue angle of 233.49º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07105A is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 16 90 -
CMYK 0.92 0.82 0 0.65
HSL 233.49º 0.86% 0.19% -
HSV(B) 233.49º 0.92% 0.35% -
XYZ 2.12 1.15 9.78 -
YUV 21.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 7 16 90 0.92 0.82 0 0.65 233.49 0.86 0.19
Hex 7 10 5A 5C 52 0 41 E9 56 13
Octal 7 20 132 134 122 0 101 351 126 23
Binary 111 10000 1011010 1011100 1010010 0 1000001 11101001 1010110 10011

Color Harmonies of #07105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07105A

Black with #07105A

Text Example


Text Example

White with #07105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07105A; }

 p { color: rgb(7,16,90); }

 H1.HeaderClassName
 {
   color: #07105A;
 }
 .AnyTagClassName
 {
   color: #07105A;
 }
</style>

background-color css

<style>
 a { background-color: #07105A; }

 a { background-color: rgb(7,16,90); }

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

border-color css

<style>
 span { border-color: #07105A; }

 span { border-color: rgb(7,16,90); }

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