Html Css Color HEX #07134A Sapphire

📋 copy color: '#07134A'

red 7 ◦ green 19 ◦ blue 74

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

Shades of Sapphire #07134A

Tints of Sapphire #07134A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 74%

R = 7%
G = 19%
B = 74%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07134A (or 0x07134A) is known color: Sapphire. HEX triplet: 07, 13 and 4A. RGB value is (7,19,74). Sum of RGB (Red+Green+Blue) = 7+19+74=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 74 (29.30% from 255 or 74% from 100); Max value from RGB is 74 - color contains mainly: blue. Hex color #07134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07134A is #F8ECB5. Grayscale: #151515. Windows color (decimal): -16313526 or 4854535. OLE color: 4854535.

HSL color Cylindrical-coordinate representation of color #07134A: hue angle of 229.25º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07134A is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 19 74 -
CMYK 0.91 0.74 0 0.71
HSL 229.25º 0.83% 0.16% -
HSV(B) 229.25º 0.91% 0.29% -
XYZ 1.56 1.01 6.59 -
YUV 21.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 7 19 74 0.91 0.74 0 0.71 229.25 0.83 0.16
Hex 7 13 4A 5B 4A 0 47 E5 53 10
Octal 7 23 112 133 112 0 107 345 123 20
Binary 111 10011 1001010 1011011 1001010 0 1000111 11100101 1010011 10000

Color Harmonies of #07134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07134A

Black with #07134A

Text Example


Text Example

White with #07134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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