Html Css Color HEX #072154 Sapphire

📋 copy color: '#072154'

red 7 ◦ green 33 ◦ blue 84

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

Shades of Sapphire #072154

Tints of Sapphire #072154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

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

R = 5.65%
G = 26.61%
B = 67.74%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072154 (or 0x072154) is known color: Sapphire. HEX triplet: 07, 21 and 54. RGB value is (7,33,84). Sum of RGB (Red+Green+Blue) = 7+33+84=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #072154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072154 is #F8DEAB. Grayscale: #1E1E1E. Windows color (decimal): -16309932 or 5513479. OLE color: 5513479.

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

Color convert

RGB 7 33 84 -
CMYK 0.92 0.61 0 0.67
HSL 219.74º 0.85% 0.18% -
HSV(B) 219.74º 0.92% 0.33% -
XYZ 2.23 1.77 8.61 -
YUV 31.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 7 33 84 0.92 0.61 0 0.67 219.74 0.85 0.18
Hex 7 21 54 5C 3D 0 43 DC 55 12
Octal 7 41 124 134 75 0 103 334 125 22
Binary 111 100001 1010100 1011100 111101 0 1000011 11011100 1010101 10010

Color Harmonies of #072154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072154

Black with #072154

Text Example


Text Example

White with #072154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072154; }

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

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

background-color css

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

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

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

border-color css

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

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

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