Html Css Color HEX #072354 Sapphire

📋 copy color: '#072354'

red 7 ◦ green 35 ◦ blue 84

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

Shades of Sapphire #072354

Tints of Sapphire #072354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.78%

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

R = 5.56%
G = 27.78%
B = 66.67%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072354 (or 0x072354) is known color: Sapphire. HEX triplet: 07, 23 and 54. RGB value is (7,35,84). Sum of RGB (Red+Green+Blue) = 7+35+84=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 84 (33.20% from 255 or 66.67% from 126); Max value from RGB is 84 - color contains mainly: blue. Hex color #072354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072354 is #F8DCAB. Grayscale: #1F1F1F. Windows color (decimal): -16309420 or 5513991. OLE color: 5513991.

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

Color convert

RGB 7 35 84 -
CMYK 0.92 0.58 0 0.67
HSL 218.18º 0.85% 0.18% -
HSV(B) 218.18º 0.92% 0.33% -
XYZ 2.29 1.89 8.63 -
YUV 32.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 7 35 84 0.92 0.58 0 0.67 218.18 0.85 0.18
Hex 7 23 54 5C 3A 0 43 DA 55 12
Octal 7 43 124 134 72 0 103 332 125 22
Binary 111 100011 1010100 1011100 111010 0 1000011 11011010 1010101 10010

Color Harmonies of #072354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072354

Black with #072354

Text Example


Text Example

White with #072354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072354; }

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

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

background-color css

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

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

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

border-color css

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

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

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