Html Css Color HEX #071D72 Sapphire

📋 copy color: '#071D72'

red 7 ◦ green 29 ◦ blue 114

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

Shades of Sapphire #071D72

Tints of Sapphire #071D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

 BLUE value IS 114 (44.92% from 255) = 76%

R = 4.67%
G = 19.33%
B = 76%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#071D72 (or 0x071D72) is known color: Sapphire. HEX triplet: 07, 1D and 72. RGB value is (7,29,114). Sum of RGB (Red+Green+Blue) = 7+29+114=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #071D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D72 is #F8E28D. Grayscale: #1F1F1F. Windows color (decimal): -16310926 or 7478535. OLE color: 7478535.

HSL color Cylindrical-coordinate representation of color #071D72: hue angle of 227.66º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071D72 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 29 114 -
CMYK 0.94 0.75 0 0.55
HSL 227.66º 0.88% 0.24% -
HSV(B) 227.66º 0.94% 0.45% -
XYZ 3.56 2.14 16.14 -
YUV 32.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 7 29 114 0.94 0.75 0 0.55 227.66 0.88 0.24
Hex 7 1D 72 5E 4B 0 37 E4 58 18
Octal 7 35 162 136 113 0 67 344 130 30
Binary 111 11101 1110010 1011110 1001011 0 110111 11100100 1011000 11000

Color Harmonies of #071D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D72

Black with #071D72

Text Example


Text Example

White with #071D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071D72; }

 p { color: rgb(7,29,114); }

 H1.HeaderClassName
 {
   color: #071D72;
 }
 .AnyTagClassName
 {
   color: #071D72;
 }
</style>

background-color css

<style>
 a { background-color: #071D72; }

 a { background-color: rgb(7,29,114); }

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

border-color css

<style>
 span { border-color: #071D72; }

 span { border-color: rgb(7,29,114); }

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