Html Css Color HEX #07135E Sapphire

📋 copy color: '#07135E'

red 7 ◦ green 19 ◦ blue 94

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

Shades of Sapphire #07135E

Tints of Sapphire #07135E

RGB

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

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

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

R = 5.83%
G = 15.83%
B = 78.33%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07135E (or 0x07135E) is known color: Sapphire. HEX triplet: 07, 13 and 5E. RGB value is (7,19,94). Sum of RGB (Red+Green+Blue) = 7+19+94=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #07135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07135E is #F8ECA1. Grayscale: #171717. Windows color (decimal): -16313506 or 6165255. OLE color: 6165255.

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

Color convert

RGB 7 19 94 -
CMYK 0.93 0.80 0 0.63
HSL 231.72º 0.86% 0.2% -
HSV(B) 231.72º 0.93% 0.37% -
XYZ 2.34 1.32 10.72 -
YUV 23.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 7 19 94 0.93 0.80 0 0.63 231.72 0.86 0.2
Hex 7 13 5E 5D 50 0 3F E8 56 14
Octal 7 23 136 135 120 0 77 350 126 24
Binary 111 10011 1011110 1011101 1010000 0 111111 11101000 1010110 10100

Color Harmonies of #07135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07135E

Black with #07135E

Text Example


Text Example

White with #07135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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