Html Css Color HEX #061361 Sapphire

📋 copy color: '#061361'

red 6 ◦ green 19 ◦ blue 97

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

Shades of Sapphire #061361

Tints of Sapphire #061361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

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

R = 4.92%
G = 15.57%
B = 79.51%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#061361 (or 0x061361) is known color: Sapphire. HEX triplet: 06, 13 and 61. RGB value is (6,19,97). Sum of RGB (Red+Green+Blue) = 6+19+97=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #061361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061361 is #F9EC9E. Grayscale: #171717. Windows color (decimal): -16379039 or 6361862. OLE color: 6361862.

HSL color Cylindrical-coordinate representation of color #061361: hue angle of 231.43º 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 #061361 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 19 97 -
CMYK 0.94 0.80 0 0.62
HSL 231.43º 0.88% 0.2% -
HSV(B) 231.43º 0.94% 0.38% -
XYZ 2.47 1.37 11.44 -
YUV 24.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 6 19 97 0.94 0.80 0 0.62 231.43 0.88 0.2
Hex 6 13 61 5E 50 0 3E E7 58 14
Octal 6 23 141 136 120 0 76 347 130 24
Binary 110 10011 1100001 1011110 1010000 0 111110 11100111 1011000 10100

Color Harmonies of #061361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061361

Black with #061361

Text Example


Text Example

White with #061361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061361; }

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

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

background-color css

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

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

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

border-color css

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

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

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