Html Css Color HEX #061357 Sapphire

📋 copy color: '#061357'

red 6 ◦ green 19 ◦ blue 87

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

Shades of Sapphire #061357

Tints of Sapphire #061357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 77.68%

R = 5.36%
G = 16.96%
B = 77.68%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#061357 (or 0x061357) is known color: Sapphire. HEX triplet: 06, 13 and 57. RGB value is (6,19,87). Sum of RGB (Red+Green+Blue) = 6+19+87=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 87 (34.38% from 255 or 77.68% from 112); Max value from RGB is 87 - color contains mainly: blue. Hex color #061357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061357 is #F9ECA8. Grayscale: #161616. Windows color (decimal): -16379049 or 5706502. OLE color: 5706502.

HSL color Cylindrical-coordinate representation of color #061357: hue angle of 230.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061357 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 19 87 -
CMYK 0.93 0.78 0 0.66
HSL 230.37º 0.87% 0.18% -
HSV(B) 230.37º 0.93% 0.34% -
XYZ 2.03 1.19 9.14 -
YUV 22.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 6 19 87 0.93 0.78 0 0.66 230.37 0.87 0.18
Hex 6 13 57 5D 4E 0 42 E6 57 12
Octal 6 23 127 135 116 0 102 346 127 22
Binary 110 10011 1010111 1011101 1001110 0 1000010 11100110 1010111 10010

Color Harmonies of #061357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061357

Black with #061357

Text Example


Text Example

White with #061357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061357; }

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

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

background-color css

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

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

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

border-color css

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

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

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