Html Css Color HEX #061261 Sapphire

📋 copy color: '#061261'

red 6 ◦ green 18 ◦ blue 97

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

Shades of Sapphire #061261

Tints of Sapphire #061261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 4.96%
G = 14.88%
B = 80.17%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#061261 (or 0x061261) is known color: Sapphire. HEX triplet: 06, 12 and 61. RGB value is (6,18,97). Sum of RGB (Red+Green+Blue) = 6+18+97=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #061261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061261 is #F9ED9E. Grayscale: #171717. Windows color (decimal): -16379295 or 6361606. OLE color: 6361606.

HSL color Cylindrical-coordinate representation of color #061261: hue angle of 232.09º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061261 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 18 97 -
CMYK 0.94 0.81 0 0.62
HSL 232.09º 0.88% 0.2% -
HSV(B) 232.09º 0.94% 0.38% -
XYZ 2.45 1.33 11.44 -
YUV 23.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 6 18 97 0.94 0.81 0 0.62 232.09 0.88 0.2
Hex 6 12 61 5E 51 0 3E E8 58 14
Octal 6 22 141 136 121 0 76 350 130 24
Binary 110 10010 1100001 1011110 1010001 0 111110 11101000 1011000 10100

Color Harmonies of #061261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061261

Black with #061261

Text Example


Text Example

White with #061261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061261; }

 p { color: rgb(6,18,97); }

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

background-color css

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

 a { background-color: rgb(6,18,97); }

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

border-color css

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

 span { border-color: rgb(6,18,97); }

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