Html Css Color HEX #061359 Sapphire

📋 copy color: '#061359'

red 6 ◦ green 19 ◦ blue 89

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

Shades of Sapphire #061359

Tints of Sapphire #061359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 78.07%

R = 5.26%
G = 16.67%
B = 78.07%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#061359 (or 0x061359) is known color: Sapphire. HEX triplet: 06, 13 and 59. RGB value is (6,19,89). Sum of RGB (Red+Green+Blue) = 6+19+89=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 89 (35.16% from 255 or 78.07% from 114); Max value from RGB is 89 - color contains mainly: blue. Hex color #061359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061359 is #F9ECA6. Grayscale: #161616. Windows color (decimal): -16379047 or 5837574. OLE color: 5837574.

HSL color Cylindrical-coordinate representation of color #061359: hue angle of 230.6º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061359 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 19 89 -
CMYK 0.93 0.79 0 0.65
HSL 230.6º 0.87% 0.19% -
HSV(B) 230.6º 0.93% 0.35% -
XYZ 2.11 1.23 9.58 -
YUV 23.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 6 19 89 0.93 0.79 0 0.65 230.6 0.87 0.19
Hex 6 13 59 5D 4F 0 41 E7 57 13
Octal 6 23 131 135 117 0 101 347 127 23
Binary 110 10011 1011001 1011101 1001111 0 1000001 11100111 1010111 10011

Color Harmonies of #061359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061359

Black with #061359

Text Example


Text Example

White with #061359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061359; }

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

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

background-color css

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

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

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

border-color css

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

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

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