Html Css Color HEX #07134C Sapphire

📋 copy color: '#07134C'

red 7 ◦ green 19 ◦ blue 76

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

Shades of Sapphire #07134C

Tints of Sapphire #07134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 74.51%

R = 6.86%
G = 18.63%
B = 74.51%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07134C (or 0x07134C) is known color: Sapphire. HEX triplet: 07, 13 and 4C. RGB value is (7,19,76). Sum of RGB (Red+Green+Blue) = 7+19+76=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #07134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07134C is #F8ECB3. Grayscale: #151515. Windows color (decimal): -16313524 or 4985607. OLE color: 4985607.

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

Color convert

RGB 7 19 76 -
CMYK 0.91 0.75 0 0.70
HSL 229.57º 0.83% 0.16% -
HSV(B) 229.57º 0.91% 0.3% -
XYZ 1.63 1.03 6.95 -
YUV 21.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 7 19 76 0.91 0.75 0 0.70 229.57 0.83 0.16
Hex 7 13 4C 5B 4B 0 46 E6 53 10
Octal 7 23 114 133 113 0 106 346 123 20
Binary 111 10011 1001100 1011011 1001011 0 1000110 11100110 1010011 10000

Color Harmonies of #07134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07134C

Black with #07134C

Text Example


Text Example

White with #07134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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