Html Css Color HEX #072D70 Sapphire

📋 copy color: '#072D70'

red 7 ◦ green 45 ◦ blue 112

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

Shades of Sapphire #072D70

Tints of Sapphire #072D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.44%

 BLUE value IS 112 (44.14% from 255) = 68.29%

R = 4.27%
G = 27.44%
B = 68.29%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#072D70 (or 0x072D70) is known color: Sapphire. HEX triplet: 07, 2D and 70. RGB value is (7,45,112). Sum of RGB (Red+Green+Blue) = 7+45+112=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #072D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D70 is #F8D28F. Grayscale: #282828. Windows color (decimal): -16306832 or 7351559. OLE color: 7351559.

HSL color Cylindrical-coordinate representation of color #072D70: hue angle of 218.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072D70 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 45 112 -
CMYK 0.94 0.60 0 0.56
HSL 218.29º 0.88% 0.23% -
HSV(B) 218.29º 0.94% 0.44% -
XYZ 3.95 3.09 15.72 -
YUV 41.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 7 45 112 0.94 0.60 0 0.56 218.29 0.88 0.23
Hex 7 2D 70 5E 3C 0 38 DA 58 17
Octal 7 55 160 136 74 0 70 332 130 27
Binary 111 101101 1110000 1011110 111100 0 111000 11011010 1011000 10111

Color Harmonies of #072D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D70

Black with #072D70

Text Example


Text Example

White with #072D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072D70; }

 p { color: rgb(7,45,112); }

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

background-color css

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

 a { background-color: rgb(7,45,112); }

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

border-color css

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

 span { border-color: rgb(7,45,112); }

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