Html Css Color HEX #072C62 Sapphire

📋 copy color: '#072C62'

red 7 ◦ green 44 ◦ blue 98

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

Shades of Sapphire #072C62

Tints of Sapphire #072C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 65.77%

R = 4.7%
G = 29.53%
B = 65.77%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#072C62 (or 0x072C62) is known color: Sapphire. HEX triplet: 07, 2C and 62. RGB value is (7,44,98). Sum of RGB (Red+Green+Blue) = 7+44+98=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #072C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C62 is #F8D39D. Grayscale: #262626. Windows color (decimal): -16307102 or 6433799. OLE color: 6433799.

HSL color Cylindrical-coordinate representation of color #072C62: hue angle of 215.6º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072C62 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 44 98 -
CMYK 0.93 0.55 0 0.62
HSL 215.6º 0.87% 0.21% -
HSV(B) 215.6º 0.93% 0.38% -
XYZ 3.19 2.73 11.91 -
YUV 39.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 7 44 98 0.93 0.55 0 0.62 215.6 0.87 0.21
Hex 7 2C 62 5D 37 0 3E D8 57 15
Octal 7 54 142 135 67 0 76 330 127 25
Binary 111 101100 1100010 1011101 110111 0 111110 11011000 1010111 10101

Color Harmonies of #072C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C62

Black with #072C62

Text Example


Text Example

White with #072C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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