#061B7B

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

Shades of Sapphire #061B7B

Tints of Sapphire #061B7B

Color information

#061B7B (or 0x061B7B) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 7B. RGB value is (6,27,123). Sum of RGB (Red+Green+Blue) = 6+27+123=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 123 (48.44% from 255 or 78.85% from 156); Max value from RGB is 123 - color contains mainly: blue. Hex color #061B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B7B is #F9E484. Grayscale: #1F1F1F. Windows color (decimal): -16376965 or 8067846. OLE color: 8067846.

HSL color Cylindrical-coordinate representation of color #061B7B: hue angle of 229.23º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061B7B is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB627123-
CMYK0.950.7800.52
HSL229.23º90.7%25.29%-
HSV(B)229.23º95.12%48.24%-
XYZ4.042.2518.96-
YUV31.66179.54109.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 123 (48.44% from 255) = 78.85%
R=3.85%
G=17.31%
B=78.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6271230.950.7800.52229.2390.725.29
Hex61B7B5F4E034e55b19
Octal63317313711606434513331
Binary11011011111101110111111001110011010011100101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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