Html Css Color HEX #07135D Sapphire

📋 copy color: '#07135D'

red 7 ◦ green 19 ◦ blue 93

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

Shades of Sapphire #07135D

Tints of Sapphire #07135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

 BLUE value IS 93 (36.72% from 255) = 78.15%

R = 5.88%
G = 15.97%
B = 78.15%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07135D (or 0x07135D) is known color: Sapphire. HEX triplet: 07, 13 and 5D. RGB value is (7,19,93). Sum of RGB (Red+Green+Blue) = 7+19+93=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #07135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07135D is #F8ECA2. Grayscale: #171717. Windows color (decimal): -16313507 or 6099719. OLE color: 6099719.

HSL color Cylindrical-coordinate representation of color #07135D: hue angle of 231.63º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07135D is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 19 93 -
CMYK 0.92 0.80 0 0.64
HSL 231.63º 0.86% 0.2% -
HSV(B) 231.63º 0.92% 0.36% -
XYZ 2.3 1.3 10.49 -
YUV 23.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 7 19 93 0.92 0.80 0 0.64 231.63 0.86 0.2
Hex 7 13 5D 5C 50 0 40 E8 56 14
Octal 7 23 135 134 120 0 100 350 126 24
Binary 111 10011 1011101 1011100 1010000 0 1000000 11101000 1010110 10100

Color Harmonies of #07135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07135D

Black with #07135D

Text Example


Text Example

White with #07135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,19,93); }

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

background-color css

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

 a { background-color: rgb(7,19,93); }

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

border-color css

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

 span { border-color: rgb(7,19,93); }

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