#061C6E

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

Shades of Sapphire #061C6E

Tints of Sapphire #061C6E

Color information

#061C6E (or 0x061C6E) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 6E. RGB value is (6,28,110). Sum of RGB (Red+Green+Blue) = 6+28+110=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 110 (43.36% from 255 or 76.39% from 144); Max value from RGB is 110 - color contains mainly: blue. Hex color #061C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C6E is #F9E391. Grayscale: #1E1E1E. Windows color (decimal): -16376722 or 7216134. OLE color: 7216134.

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

Color convert

RGB628110-
CMYK0.950.7500.57
HSL227.31º89.66%22.75%-
HSV(B)227.31º94.55%43.14%-
XYZ3.3214.96-
YUV30.77172.71110.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 110 (43.36% from 255) = 76.39%
R=4.17%
G=19.44%
B=76.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6281100.950.7500.57227.3189.6622.75
Hex61C6E5F4B039e35a17
Octal63415613711307134313227
Binary11011100110111010111111001011011100111100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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