Html Css Color HEX #072A5D Sapphire

📋 copy color: '#072A5D'

red 7 ◦ green 42 ◦ blue 93

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

Shades of Sapphire #072A5D

Tints of Sapphire #072A5D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.58%

 BLUE value IS 93 (36.72% from 255) = 65.49%

R = 4.93%
G = 29.58%
B = 65.49%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#072A5D (or 0x072A5D) is known color: Sapphire. HEX triplet: 07, 2A and 5D. RGB value is (7,42,93). Sum of RGB (Red+Green+Blue) = 7+42+93=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #072A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A5D is #F8D5A2. Grayscale: #252525. Windows color (decimal): -16307619 or 6105607. OLE color: 6105607.

HSL color Cylindrical-coordinate representation of color #072A5D: hue angle of 215.58º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072A5D is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 42 93 -
CMYK 0.92 0.55 0 0.64
HSL 215.58º 0.86% 0.2% -
HSV(B) 215.58º 0.92% 0.36% -
XYZ 2.89 2.49 10.68 -
YUV 37.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 7 42 93 0.92 0.55 0 0.64 215.58 0.86 0.2
Hex 7 2A 5D 5C 37 0 40 D8 56 14
Octal 7 52 135 134 67 0 100 330 126 24
Binary 111 101010 1011101 1011100 110111 0 1000000 11011000 1010110 10100

Color Harmonies of #072A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072A5D

Black with #072A5D

Text Example


Text Example

White with #072A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,42,93); }

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

background-color css

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

 a { background-color: rgb(7,42,93); }

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

border-color css

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

 span { border-color: rgb(7,42,93); }

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