Html Css Color HEX #071554 Sapphire

📋 copy color: '#071554'

red 7 ◦ green 21 ◦ blue 84

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

Shades of Sapphire #071554

Tints of Sapphire #071554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 75%

R = 6.25%
G = 18.75%
B = 75%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#071554 (or 0x071554) is known color: Sapphire. HEX triplet: 07, 15 and 54. RGB value is (7,21,84). Sum of RGB (Red+Green+Blue) = 7+21+84=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #071554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071554 is #F8EAAB. Grayscale: #171717. Windows color (decimal): -16313004 or 5510407. OLE color: 5510407.

HSL color Cylindrical-coordinate representation of color #071554: hue angle of 229.09º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071554 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 21 84 -
CMYK 0.92 0.75 0 0.67
HSL 229.09º 0.85% 0.18% -
HSV(B) 229.09º 0.92% 0.33% -
XYZ 1.96 1.22 8.52 -
YUV 24 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 7 21 84 0.92 0.75 0 0.67 229.09 0.85 0.18
Hex 7 15 54 5C 4B 0 43 E5 55 12
Octal 7 25 124 134 113 0 103 345 125 22
Binary 111 10101 1010100 1011100 1001011 0 1000011 11100101 1010101 10010

Color Harmonies of #071554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071554

Black with #071554

Text Example


Text Example

White with #071554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071554; }

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

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

background-color css

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

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

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

border-color css

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

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

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