#061A5A

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

Shades of Sapphire #061A5A

Tints of Sapphire #061A5A

Color information

#061A5A (or 0x061A5A) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 5A. RGB value is (6,26,90). Sum of RGB (Red+Green+Blue) = 6+26+90=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 90 (35.55% from 255 or 73.77% from 122); Max value from RGB is 90 - color contains mainly: blue. Hex color #061A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A5A is #F9E5A5. Grayscale: #1B1B1B. Windows color (decimal): -16377254 or 5904902. OLE color: 5904902.

HSL color Cylindrical-coordinate representation of color #061A5A: hue angle of 225.71º degrees, saturation: 0.88, 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 #061A5A is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB62690-
CMYK0.930.7100.65
HSL225.71º87.5%18.82%-
HSV(B)225.71º93.33%35.29%-
XYZ2.291.529.84-
YUV27.32163.37112.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 26 (10.55% from 255) = 21.31%
BLUE value IS 90 (35.55% from 255) = 73.77%
R=4.92%
G=21.31%
B=73.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal626900.930.7100.65225.7187.518.82
Hex61A5A5D47041e25813
Octal632132135107010134213023
Binary110110101011010101110110001110100000111100010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,26,90); }

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

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

 a { background-color: rgb(6,26,90); }

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

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

 span { border-color: rgb(6,26,90); }

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