Html Css Color HEX #061671 Sapphire

📋 copy color: '#061671'

red 6 ◦ green 22 ◦ blue 113

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

Shades of Sapphire #061671

Tints of Sapphire #061671

RGB

 RED value IS 6 (2.73% from 255) = 4.26%

 GREEN value IS 22 (8.98% from 255) = 15.6%

 BLUE value IS 113 (44.53% from 255) = 80.14%

R = 4.26%
G = 15.6%
B = 80.14%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#061671 (or 0x061671) is known color: Sapphire. HEX triplet: 06, 16 and 71. RGB value is (6,22,113). Sum of RGB (Red+Green+Blue) = 6+22+113=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #061671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061671 is #F9E98E. Grayscale: #1B1B1B. Windows color (decimal): -16378255 or 7411206. OLE color: 7411206.

HSL color Cylindrical-coordinate representation of color #061671: hue angle of 231.03º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061671 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 22 113 -
CMYK 0.95 0.81 0 0.56
HSL 231.03º 0.9% 0.23% -
HSV(B) 231.03º 0.95% 0.44% -
XYZ 3.34 1.8 15.79 -
YUV 27.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 6 22 113 0.95 0.81 0 0.56 231.03 0.9 0.23
Hex 6 16 71 5F 51 0 38 E7 5A 17
Octal 6 26 161 137 121 0 70 347 132 27
Binary 110 10110 1110001 1011111 1010001 0 111000 11100111 1011010 10111

Color Harmonies of #061671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061671

Black with #061671

Text Example


Text Example

White with #061671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061671; }

 p { color: rgb(6,22,113); }

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

background-color css

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

 a { background-color: rgb(6,22,113); }

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

border-color css

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

 span { border-color: rgb(6,22,113); }

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