Html Css Color HEX #072C78 Sapphire

📋 copy color: '#072C78'

red 7 ◦ green 44 ◦ blue 120

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

Shades of Sapphire #072C78

Tints of Sapphire #072C78

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.73%

 BLUE value IS 120 (47.27% from 255) = 70.18%

R = 4.09%
G = 25.73%
B = 70.18%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#072C78 (or 0x072C78) is known color: Sapphire. HEX triplet: 07, 2C and 78. RGB value is (7,44,120). Sum of RGB (Red+Green+Blue) = 7+44+120=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #072C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C78 is #F8D387. Grayscale: #292929. Windows color (decimal): -16307080 or 7875591. OLE color: 7875591.

HSL color Cylindrical-coordinate representation of color #072C78: hue angle of 220.35º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072C78 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 44 120 -
CMYK 0.94 0.63 0 0.53
HSL 220.35º 0.89% 0.25% -
HSV(B) 220.35º 0.94% 0.47% -
XYZ 4.38 3.2 18.16 -
YUV 41.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 7 44 120 0.94 0.63 0 0.53 220.35 0.89 0.25
Hex 7 2C 78 5E 3F 0 35 DC 59 19
Octal 7 54 170 136 77 0 65 334 131 31
Binary 111 101100 1111000 1011110 111111 0 110101 11011100 1011001 11001

Color Harmonies of #072C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C78

Black with #072C78

Text Example


Text Example

White with #072C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,44,120); }

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

background-color css

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

 a { background-color: rgb(7,44,120); }

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

border-color css

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

 span { border-color: rgb(7,44,120); }

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