Html Css Color HEX #071C61 Sapphire

📋 copy color: '#071C61'

red 7 ◦ green 28 ◦ blue 97

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

Shades of Sapphire #071C61

Tints of Sapphire #071C61

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.21%

 BLUE value IS 97 (38.28% from 255) = 73.48%

R = 5.3%
G = 21.21%
B = 73.48%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#071C61 (or 0x071C61) is known color: Sapphire. HEX triplet: 07, 1C and 61. RGB value is (7,28,97). Sum of RGB (Red+Green+Blue) = 7+28+97=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #071C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071C61 is #F8E39E. Grayscale: #1D1D1D. Windows color (decimal): -16311199 or 6364167. OLE color: 6364167.

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

Color convert

RGB 7 28 97 -
CMYK 0.93 0.71 0 0.62
HSL 226º 0.87% 0.2% -
HSV(B) 226º 0.93% 0.38% -
XYZ 2.66 1.74 11.5 -
YUV 29.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 7 28 97 0.93 0.71 0 0.62 226 0.87 0.2
Hex 7 1C 61 5D 47 0 3E E2 57 14
Octal 7 34 141 135 107 0 76 342 127 24
Binary 111 11100 1100001 1011101 1000111 0 111110 11100010 1010111 10100

Color Harmonies of #071C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C61

Black with #071C61

Text Example


Text Example

White with #071C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,28,97); }

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

background-color css

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

 a { background-color: rgb(7,28,97); }

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

border-color css

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

 span { border-color: rgb(7,28,97); }

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