#061B70

Color #061B70 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #061B70

Tints of Sapphire #061B70

Color information

#061B70 (or 0x061B70) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 70. RGB value is (6,27,112). Sum of RGB (Red+Green+Blue) = 6+27+112=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #061B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B70 is #F9E48F. Grayscale: #1E1E1E. Windows color (decimal): -16376976 or 7346950. OLE color: 7346950.

HSL color Cylindrical-coordinate representation of color #061B70: hue angle of 228.11º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061B70 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB627112-
CMYK0.950.7600.56
HSL228.11º89.83%23.14%-
HSV(B)228.11º94.64%43.92%-
XYZ3.391.9915.54-
YUV30.41174.04110.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 112 (44.14% from 255) = 77.24%
R=4.14%
G=18.62%
B=77.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6271120.950.7600.56228.1189.8323.14
Hex61B705F4C038e45a17
Octal63316013711407034413227
Binary11011011111000010111111001100011100011100100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061B70; }

 p { color: rgb(6,27,112); }

 H1.HeaderClassName
 {
   color: #061B70;
 }
 .AnyTagClassName
 {
   color: #061B70;
 }
</style>
background-color css

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

 a { background-color: rgb(6,27,112); }

 div.DivClassName
 {
   background-color: #061B70;
 }
 .BgClassName
 {
   background-color: #061B70;
 }
</style>
border-color css

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

 span { border-color: rgb(6,27,112); }

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