Html Css Color HEX #071C72 Sapphire

📋 copy color: '#071C72'

red 7 ◦ green 28 ◦ blue 114

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

Shades of Sapphire #071C72

Tints of Sapphire #071C72

RGB

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

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

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

R = 4.7%
G = 18.79%
B = 76.51%

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

#071C72 (or 0x071C72) is known color: Sapphire. HEX triplet: 07, 1C and 72. RGB value is (7,28,114). Sum of RGB (Red+Green+Blue) = 7+28+114=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #071C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071C72 is #F8E38D. Grayscale: #1F1F1F. Windows color (decimal): -16311182 or 7478279. OLE color: 7478279.

HSL color Cylindrical-coordinate representation of color #071C72: hue angle of 228.22º 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 #071C72 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 28 114 -
CMYK 0.94 0.75 0 0.55
HSL 228.22º 0.88% 0.24% -
HSV(B) 228.22º 0.94% 0.45% -
XYZ 3.54 2.09 16.14 -
YUV 31.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 7 28 114 0.94 0.75 0 0.55 228.22 0.88 0.24
Hex 7 1C 72 5E 4B 0 37 E4 58 18
Octal 7 34 162 136 113 0 67 344 130 30
Binary 111 11100 1110010 1011110 1001011 0 110111 11100100 1011000 11000

Color Harmonies of #071C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C72

Black with #071C72

Text Example


Text Example

White with #071C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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