#061C7C

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

Shades of Sapphire #061C7C

Tints of Sapphire #061C7C

Color information

#061C7C (or 0x061C7C) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 7C. RGB value is (6,28,124). Sum of RGB (Red+Green+Blue) = 6+28+124=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #061C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C7C is #F9E383. Grayscale: #1F1F1F. Windows color (decimal): -16376708 or 8133638. OLE color: 8133638.

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

Color convert

RGB628124-
CMYK0.950.7700.51
HSL228.81º90.77%25.49%-
HSV(B)228.81º95.16%48.63%-
XYZ4.132.3219.3-
YUV32.37179.71109.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 124 (48.83% from 255) = 78.48%
R=3.80%
G=17.72%
B=78.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6281240.950.7700.51228.8190.7725.49
Hex61C7C5F4D033e55b19
Octal63417413711506334513331
Binary11011100111110010111111001101011001111100101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,28,124); }

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

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

 a { background-color: rgb(6,28,124); }

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

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

 span { border-color: rgb(6,28,124); }

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