#061B4D

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

Shades of Sapphire #061B4D

Tints of Sapphire #061B4D

Color information

#061B4D (or 0x061B4D) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 4D. RGB value is (6,27,77). Sum of RGB (Red+Green+Blue) = 6+27+77=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #061B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B4D is #F9E4B2. Grayscale: #1A1A1A. Windows color (decimal): -16377011 or 5053190. OLE color: 5053190.

HSL color Cylindrical-coordinate representation of color #061B4D: hue angle of 222.25º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061B4D is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB62777-
CMYK0.920.6500.70
HSL222.25º85.54%16.27%-
HSV(B)222.25º92.21%30.2%-
XYZ1.811.367.19-
YUV26.42156.54113.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 77 (30.47% from 255) = 70%
R=5.45%
G=24.55%
B=70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal627770.920.6500.70222.2585.5416.27
Hex61B4D5C41046de5610
Octal633115134101010633612620
Binary110110111001101101110010000010100011011011110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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