Html Css Color HEX #071C6D Sapphire

📋 copy color: '#071C6D'

red 7 ◦ green 28 ◦ blue 109

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

Shades of Sapphire #071C6D

Tints of Sapphire #071C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 75.69%

R = 4.86%
G = 19.44%
B = 75.69%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#071C6D (or 0x071C6D) is known color: Sapphire. HEX triplet: 07, 1C and 6D. RGB value is (7,28,109). Sum of RGB (Red+Green+Blue) = 7+28+109=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #071C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071C6D is #F8E392. Grayscale: #1E1E1E. Windows color (decimal): -16311187 or 7150599. OLE color: 7150599.

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

Color convert

RGB 7 28 109 -
CMYK 0.94 0.74 0 0.57
HSL 227.65º 0.88% 0.23% -
HSV(B) 227.65º 0.94% 0.43% -
XYZ 3.26 1.98 14.68 -
YUV 30.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 7 28 109 0.94 0.74 0 0.57 227.65 0.88 0.23
Hex 7 1C 6D 5E 4A 0 39 E4 58 17
Octal 7 34 155 136 112 0 71 344 130 27
Binary 111 11100 1101101 1011110 1001010 0 111001 11100100 1011000 10111

Color Harmonies of #071C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C6D

Black with #071C6D

Text Example


Text Example

White with #071C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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