Html Css Color HEX #07154F Sapphire

📋 copy color: '#07154F'

red 7 ◦ green 21 ◦ blue 79

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

Shades of Sapphire #07154F

Tints of Sapphire #07154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

 BLUE value IS 79 (31.25% from 255) = 73.83%

R = 6.54%
G = 19.63%
B = 73.83%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07154F (or 0x07154F) is known color: Sapphire. HEX triplet: 07, 15 and 4F. RGB value is (7,21,79). Sum of RGB (Red+Green+Blue) = 7+21+79=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #07154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07154F is #F8EAB0. Grayscale: #171717. Windows color (decimal): -16313009 or 5182727. OLE color: 5182727.

HSL color Cylindrical-coordinate representation of color #07154F: hue angle of 228.33º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07154F is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 21 79 -
CMYK 0.91 0.73 0 0.69
HSL 228.33º 0.84% 0.17% -
HSV(B) 228.33º 0.91% 0.31% -
XYZ 1.77 1.15 7.53 -
YUV 23.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 7 21 79 0.91 0.73 0 0.69 228.33 0.84 0.17
Hex 7 15 4F 5B 49 0 45 E4 54 11
Octal 7 25 117 133 111 0 105 344 124 21
Binary 111 10101 1001111 1011011 1001001 0 1000101 11100100 1010100 10001

Color Harmonies of #07154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07154F

Black with #07154F

Text Example


Text Example

White with #07154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07154F; }

 p { color: rgb(7,21,79); }

 H1.HeaderClassName
 {
   color: #07154F;
 }
 .AnyTagClassName
 {
   color: #07154F;
 }
</style>

background-color css

<style>
 a { background-color: #07154F; }

 a { background-color: rgb(7,21,79); }

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

border-color css

<style>
 span { border-color: #07154F; }

 span { border-color: rgb(7,21,79); }

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