Html Css Color HEX #061257 Sapphire

📋 copy color: '#061257'

red 6 ◦ green 18 ◦ blue 87

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

Shades of Sapphire #061257

Tints of Sapphire #061257

RGB

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

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

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

R = 5.41%
G = 16.22%
B = 78.38%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#061257 (or 0x061257) is known color: Sapphire. HEX triplet: 06, 12 and 57. RGB value is (6,18,87). Sum of RGB (Red+Green+Blue) = 6+18+87=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 87 (34.38% from 255 or 78.38% from 111); Max value from RGB is 87 - color contains mainly: blue. Hex color #061257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061257 is #F9EDA8. Grayscale: #151515. Windows color (decimal): -16379305 or 5706246. OLE color: 5706246.

HSL color Cylindrical-coordinate representation of color #061257: hue angle of 231.11º 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 #061257 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 18 87 -
CMYK 0.93 0.79 0 0.66
HSL 231.11º 0.87% 0.18% -
HSV(B) 231.11º 0.93% 0.34% -
XYZ 2.01 1.16 9.13 -
YUV 22.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 6 18 87 0.93 0.79 0 0.66 231.11 0.87 0.18
Hex 6 12 57 5D 4F 0 42 E7 57 12
Octal 6 22 127 135 117 0 102 347 127 22
Binary 110 10010 1010111 1011101 1001111 0 1000010 11100111 1010111 10010

Color Harmonies of #061257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061257

Black with #061257

Text Example


Text Example

White with #061257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061257; }

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

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

background-color css

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

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

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

border-color css

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

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

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