Html Css Color HEX #072048 Sapphire

📋 copy color: '#072048'

red 7 ◦ green 32 ◦ blue 72

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

Shades of Sapphire #072048

Tints of Sapphire #072048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.83%

 BLUE value IS 72 (28.52% from 255) = 64.86%

R = 6.31%
G = 28.83%
B = 64.86%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072048 (or 0x072048) is known color: Sapphire. HEX triplet: 07, 20 and 48. RGB value is (7,32,72). Sum of RGB (Red+Green+Blue) = 7+32+72=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #072048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072048 is #F8DFB7. Grayscale: #1C1C1C. Windows color (decimal): -16310200 or 4726791. OLE color: 4726791.

HSL color Cylindrical-coordinate representation of color #072048: hue angle of 216.92º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072048 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 32 72 -
CMYK 0.90 0.56 0 0.72
HSL 216.92º 0.82% 0.15% -
HSV(B) 216.92º 0.9% 0.28% -
XYZ 1.77 1.55 6.34 -
YUV 29.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 7 32 72 0.90 0.56 0 0.72 216.92 0.82 0.15
Hex 7 20 48 5A 38 0 48 D9 52 F
Octal 7 40 110 132 70 0 110 331 122 17
Binary 111 100000 1001000 1011010 111000 0 1001000 11011001 1010010 1111

Color Harmonies of #072048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072048

Black with #072048

Text Example


Text Example

White with #072048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072048; }

 p { color: rgb(7,32,72); }

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

background-color css

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

 a { background-color: rgb(7,32,72); }

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

border-color css

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

 span { border-color: rgb(7,32,72); }

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