Html Css Color HEX #071454 Sapphire

📋 copy color: '#071454'

red 7 ◦ green 20 ◦ blue 84

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

Shades of Sapphire #071454

Tints of Sapphire #071454

RGB

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

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

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

R = 6.31%
G = 18.02%
B = 75.68%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#071454 (or 0x071454) is known color: Sapphire. HEX triplet: 07, 14 and 54. RGB value is (7,20,84). Sum of RGB (Red+Green+Blue) = 7+20+84=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 84 (33.20% from 255 or 75.68% from 111); Max value from RGB is 84 - color contains mainly: blue. Hex color #071454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071454 is #F8EBAB. Grayscale: #171717. Windows color (decimal): -16313260 or 5510151. OLE color: 5510151.

HSL color Cylindrical-coordinate representation of color #071454: hue angle of 229.87º 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 #071454 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 20 84 -
CMYK 0.92 0.76 0 0.67
HSL 229.87º 0.85% 0.18% -
HSV(B) 229.87º 0.92% 0.33% -
XYZ 1.94 1.19 8.51 -
YUV 23.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 7 20 84 0.92 0.76 0 0.67 229.87 0.85 0.18
Hex 7 14 54 5C 4C 0 43 E6 55 12
Octal 7 24 124 134 114 0 103 346 125 22
Binary 111 10100 1010100 1011100 1001100 0 1000011 11100110 1010101 10010

Color Harmonies of #071454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071454

Black with #071454

Text Example


Text Example

White with #071454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071454; }

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

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

background-color css

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

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

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

border-color css

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

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

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