Html Css Color HEX #072B6E Sapphire

📋 copy color: '#072B6E'

red 7 ◦ green 43 ◦ blue 110

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

Shades of Sapphire #072B6E

Tints of Sapphire #072B6E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.88%

 BLUE value IS 110 (43.36% from 255) = 68.75%

R = 4.38%
G = 26.88%
B = 68.75%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#072B6E (or 0x072B6E) is known color: Sapphire. HEX triplet: 07, 2B and 6E. RGB value is (7,43,110). Sum of RGB (Red+Green+Blue) = 7+43+110=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #072B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B6E is #F8D491. Grayscale: #272727. Windows color (decimal): -16307346 or 7219975. OLE color: 7219975.

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

Color convert

RGB 7 43 110 -
CMYK 0.94 0.61 0 0.57
HSL 219.03º 0.88% 0.23% -
HSV(B) 219.03º 0.94% 0.43% -
XYZ 3.77 2.9 15.11 -
YUV 39.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 7 43 110 0.94 0.61 0 0.57 219.03 0.88 0.23
Hex 7 2B 6E 5E 3D 0 39 DB 58 17
Octal 7 53 156 136 75 0 71 333 130 27
Binary 111 101011 1101110 1011110 111101 0 111001 11011011 1011000 10111

Color Harmonies of #072B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B6E

Black with #072B6E

Text Example


Text Example

White with #072B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,43,110); }

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

background-color css

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

 a { background-color: rgb(7,43,110); }

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

border-color css

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

 span { border-color: rgb(7,43,110); }

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