Html Css Color HEX #072454 Sapphire

📋 copy color: '#072454'

red 7 ◦ green 36 ◦ blue 84

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

Shades of Sapphire #072454

Tints of Sapphire #072454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

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

R = 5.51%
G = 28.35%
B = 66.14%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072454 (or 0x072454) is known color: Sapphire. HEX triplet: 07, 24 and 54. RGB value is (7,36,84). Sum of RGB (Red+Green+Blue) = 7+36+84=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #072454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072454 is #F8DBAB. Grayscale: #202020. Windows color (decimal): -16309164 or 5514247. OLE color: 5514247.

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

Color convert

RGB 7 36 84 -
CMYK 0.92 0.57 0 0.67
HSL 217.4º 0.85% 0.18% -
HSV(B) 217.4º 0.92% 0.33% -
XYZ 2.32 1.95 8.64 -
YUV 32.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 7 36 84 0.92 0.57 0 0.67 217.4 0.85 0.18
Hex 7 24 54 5C 39 0 43 D9 55 12
Octal 7 44 124 134 71 0 103 331 125 22
Binary 111 100100 1010100 1011100 111001 0 1000011 11011001 1010101 10010

Color Harmonies of #072454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072454

Black with #072454

Text Example


Text Example

White with #072454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072454; }

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

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

background-color css

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

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

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

border-color css

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

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

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