Html Css Color HEX #071451 Sapphire

📋 copy color: '#071451'

red 7 ◦ green 20 ◦ blue 81

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

Shades of Sapphire #071451

Tints of Sapphire #071451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

 BLUE value IS 81 (32.03% from 255) = 75%

R = 6.48%
G = 18.52%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#071451 (or 0x071451) is known color: Sapphire. HEX triplet: 07, 14 and 51. RGB value is (7,20,81). Sum of RGB (Red+Green+Blue) = 7+20+81=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #071451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071451 is #F8EBAE. Grayscale: #161616. Windows color (decimal): -16313263 or 5313543. OLE color: 5313543.

HSL color Cylindrical-coordinate representation of color #071451: hue angle of 229.46º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071451 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 20 81 -
CMYK 0.91 0.75 0 0.68
HSL 229.46º 0.84% 0.17% -
HSV(B) 229.46º 0.91% 0.32% -
XYZ 1.82 1.14 7.91 -
YUV 23.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 7 20 81 0.91 0.75 0 0.68 229.46 0.84 0.17
Hex 7 14 51 5B 4B 0 44 E5 54 11
Octal 7 24 121 133 113 0 104 345 124 21
Binary 111 10100 1010001 1011011 1001011 0 1000100 11100101 1010100 10001

Color Harmonies of #071451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071451

Black with #071451

Text Example


Text Example

White with #071451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071451; }

 p { color: rgb(7,20,81); }

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

background-color css

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

 a { background-color: rgb(7,20,81); }

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

border-color css

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

 span { border-color: rgb(7,20,81); }

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